MCPcopy Create free account
hub / github.com/URLab-Sim/UnrealRoboticsLab / _safe_folder

Function _safe_folder

Scripts/emit_docs.py:180–181  ·  view source on GitHub ↗
(section: str)

Source from the content-addressed store, hash-verified

178
179
180def _safe_folder(section: str) -> str:
181 return section.lower().replace(' ', '_').replace('/', os.sep)
182
183
184def _section_sort_key(section: str) -> int:

Callers 1

emit_docsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected