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

Function _chmod

tools/python-3.11.9-amd64/Lib/shutil.py:391–392  ·  view source on GitHub ↗
(*args, **kwargs)

Source from the content-addressed store, hash-verified

389 dst = os.path.realpath(dst, strict=True)
390 else:
391 def _chmod(*args, **kwargs):
392 os.chmod(*args)
393 try:
394 _chmod(dst, mode, follow_symlinks=follow)
395 except NotImplementedError:

Callers 1

copystatFunction · 0.70

Calls 1

chmodMethod · 0.45

Tested by

no test coverage detected