Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/pyload/pyload
/ save_path
Function
save_path
module/utils.py:36–41 ·
view source on GitHub ↗
(name)
Source
from the content-addressed store, hash-verified
34
35
36
def
save_path(name):
37
#remove some chars
38
if
os.name ==
'nt'
:
39
return
remove_chars(name,
'/\\?%*:|"<>'
)
40
else
:
41
return
remove_chars(name,
'/\\"'
)
42
43
44
def
save_join(*args):
Callers
2
folder
Method · 0.90
download
Method · 0.90
Calls
1
remove_chars
Function · 0.70
Tested by
no test coverage detected