Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
180
def
_safe_folder(section: str) -> str:
181
return
section.lower().replace(
' '
,
'_'
).replace(
'/'
, os.sep)
182
183
184
def
_section_sort_key(section: str) -> int:
Callers
1
emit_docs
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected