MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / chmod

Method chmod

tools/python-3.11.9-amd64/Lib/pathlib.py:1128–1132  ·  view source on GitHub ↗

Change the permissions of the path, like os.chmod().

(self, mode, *, follow_symlinks=True)

Source from the content-addressed store, hash-verified

1126 raise
1127
1128 def chmod(self, mode, *, follow_symlinks=True):
1129 """
1130 Change the permissions of the path, like os.chmod().
1131 """
1132 os.chmod(self, mode, follow_symlinks=follow_symlinks)
1133
1134 def lchmod(self, mode):
1135 """

Callers 15

create_archiveFunction · 0.95
lchmodMethod · 0.95
_copy_archiveFunction · 0.45
_chmodFunction · 0.45
decodeFunction · 0.45
_readlineMethod · 0.45
flushMethod · 0.45
init_test_fileMethod · 0.45
_chmodMethod · 0.45
copy_fileFunction · 0.45
copy_scriptsMethod · 0.45
runMethod · 0.45

Calls

no outgoing calls

Tested by 3

init_test_fileMethod · 0.36
test_spawnMethod · 0.36
test_find_executableMethod · 0.36