MCPcopy
hub / github.com/pyinstaller/pyinstaller / chmod

Method chmod

bootloader/waflib/Node.py:169–170  ·  view source on GitHub ↗
(self, val)

Source from the content-addressed store, hash-verified

167 return os.path.isdir(self.abspath())
168
169 def chmod(self, val):
170 os.chmod(self.abspath(), val)
171
172 def delete(self, evict=True):
173 try:

Callers 10

test_appimage_loadingFunction · 0.80
assembleMethod · 0.80
process_collected_binaryFunction · 0.80
assembleMethod · 0.80
chmod_funFunction · 0.80
force_permissionsMethod · 0.80
do_installMethod · 0.80
fix_permsMethod · 0.80
exec_commandMethod · 0.80

Calls 1

abspathMethod · 0.95

Tested by 3

test_appimage_loadingFunction · 0.64
exec_commandMethod · 0.64