MCPcopy
hub / github.com/pyload/pyload / chmod

Function chmod

module/utils.py:13–17  ·  view source on GitHub ↗
(*args)

Source from the content-addressed store, hash-verified

11from htmlentitydefs import name2codepoint
12
13def chmod(*args):
14 try:
15 os.chmod(*args)
16 except:
17 pass
18
19
20def decode(string):

Callers 5

checkVersionMethod · 0.90
saveConfigMethod · 0.90
runMethod · 0.90
saveAccountsMethod · 0.90
downloadMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected