MCPcopy Create free account
hub / github.com/alibaba/nann / make_all

Function make_all

tensorflow/tensorflow/python/util/all_util.py:30–57  ·  view source on GitHub ↗

Generates `__all__` from the docstring of one or more modules. Usage: `make_all(__name__)` or `make_all(__name__, [sys.modules(__name__), other_module])`. The doc string modules must each a docstring, and `__all__` will contain all symbols with `@@` references, where that symbol currently e

(module_name, doc_string_modules=None)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 3

__init__.pyFile · 0.90
nets.pyFile · 0.90
remove_undocumentedFunction · 0.85

Calls 2

updateMethod · 0.45
groupMethod · 0.45

Tested by

no test coverage detected