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

Function _slug_part

scripts/docs/generate_python_library_reference.py:265–266  ·  view source on GitHub ↗
(value: str)

Source from the content-addressed store, hash-verified

263
264
265def _slug_part(value: str) -> str:
266 return value.replace("_", "-")
267
268
269def _module_parts(module: ModuleDoc) -> list[str]:

Callers 1

_nav_partsFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected