MCPcopy
hub / github.com/cool-RR/PySnooper / chmod

Method chmod

tests/mini_toolbox/pathlib.py:1472–1478  ·  view source on GitHub ↗

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

(self, mode)

Source from the content-addressed store, hash-verified

1470 raise
1471
1472 def chmod(self, mode):
1473 """
1474 Change the permissions of the path, like os.chmod().
1475 """
1476 if self._closed:
1477 self._raise_closed()
1478 self._accessor.chmod(self, mode)
1479
1480 def lchmod(self, mode):
1481 """

Callers 1

create_temp_folderFunction · 0.95

Calls 1

_raise_closedMethod · 0.95

Tested by

no test coverage detected