Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/pyload/pyload
/ safejoin
Function
safejoin
module/plugins/internal/misc.py:593–597 ·
view source on GitHub ↗
os.path.join + safepath
(*args)
Source
from the content-addressed store, hash-verified
591
592
593
def
safejoin(*args):
594
""
"
595
os.path.join + safepath
596
""
"
597
return
safepath(os.path.join(*args))
598
599
600
def
safename(value):
Callers
3
download
Method · 0.85
_make_tmpfile
Method · 0.85
send_request_to_server
Method · 0.85
Calls
2
safepath
Function · 0.85
join
Method · 0.80
Tested by
no test coverage detected