Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
269
def
_module_parts(module: ModuleDoc) -> list[str]:
270
return
module.name.split(
"."
)
271
272
273
def
_nav_parts(module: ModuleDoc) -> list[str]:
Callers
7
_nav_parts
Function · 0.85
_leaf_title
Function · 0.85
_module_has_children
Function · 0.85
_module_output_path
Function · 0.85
_sibling_sort_key
Function · 0.85
_sibling_positions
Function · 0.85
_write_index
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected