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

Function _leaf_title

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

Source from the content-addressed store, hash-verified

278
279
280def _leaf_title(module: ModuleDoc) -> str:
281 return _module_parts(module)[-1]
282
283
284def _module_has_children(module: ModuleDoc, modules: list[ModuleDoc]) -> bool:

Callers 3

_sibling_sort_keyFunction · 0.85
write_groupFunction · 0.85
_write_moduleFunction · 0.85

Calls 1

_module_partsFunction · 0.85

Tested by

no test coverage detected