Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/tensorflow/models
/ help_wrap
Function
help_wrap
official/utils/flags/_conventions.py:45–46 ·
view source on GitHub ↗
(text, *args, **kwargs)
Source
from the content-addressed store, hash-verified
43
else
:
44
45
def
help_wrap(text, *args, **kwargs):
46
return
_help_wrap(text, *args, **kwargs).replace(u
"\ufeff"
, u
""
)
47
48
49
# Replace None with h to also allow -h
Callers
6
define_base
Function · 0.90
define_benchmark
Function · 0.90
define_device
Function · 0.90
define_performance
Function · 0.90
define_image
Function · 0.90
define_distribution
Function · 0.90
Calls
1
replace
Method · 0.80
Tested by
no test coverage detected