MCPcopy Create free account
hub / github.com/NVIDIA/NeMo-Relay / _module_parts

Function _module_parts

scripts/docs/generate_python_library_reference.py:269–270  ·  view source on GitHub ↗
(module: ModuleDoc)

Source from the content-addressed store, hash-verified

267
268
269def _module_parts(module: ModuleDoc) -> list[str]:
270 return module.name.split(".")
271
272
273def _nav_parts(module: ModuleDoc) -> list[str]:

Callers 7

_nav_partsFunction · 0.85
_leaf_titleFunction · 0.85
_module_has_childrenFunction · 0.85
_module_output_pathFunction · 0.85
_sibling_sort_keyFunction · 0.85
_sibling_positionsFunction · 0.85
_write_indexFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected