MCPcopy 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

43else:
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_baseFunction · 0.90
define_benchmarkFunction · 0.90
define_deviceFunction · 0.90
define_performanceFunction · 0.90
define_imageFunction · 0.90
define_distributionFunction · 0.90

Calls 1

replaceMethod · 0.80

Tested by

no test coverage detected