MCPcopy
hub / github.com/pyload/pyload / save_join

Function save_join

module/utils.py:44–46  ·  view source on GitHub ↗

joins a path, encoding aware

(*args)

Source from the content-addressed store, hash-verified

42
43
44def save_join(*args):
45 """ joins a path, encoding aware """
46 return fs_encode(join(*[x if type(x) == unicode else decode(x) for x in args]))
47
48
49# File System Encoding functions:

Callers 7

writeDebugReportMethod · 0.90
_copyChunksMethod · 0.90
downloadMethod · 0.90
checkForSameFilesMethod · 0.90
downloadsFunction · 0.90
addcryptedFunction · 0.90
add_packageFunction · 0.90

Calls 2

fs_encodeFunction · 0.70
decodeFunction · 0.70

Tested by

no test coverage detected