Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
280
def
_leaf_title(module: ModuleDoc) -> str:
281
return
_module_parts(module)[-1]
282
283
284
def
_module_has_children(module: ModuleDoc, modules: list[ModuleDoc]) -> bool:
Callers
3
_sibling_sort_key
Function · 0.85
write_group
Function · 0.85
_write_module
Function · 0.85
Calls
1
_module_parts
Function · 0.85
Tested by
no test coverage detected