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

Method _chmod

tools/python-3.11.9-amd64/Lib/dbm/dumb.py:281–282  ·  view source on GitHub ↗
(self, file)

Source from the content-addressed store, hash-verified

279 __del__ = close
280
281 def _chmod(self, file):
282 self._os.chmod(file, self._mode)
283
284 def __enter__(self):
285 return self

Callers 3

_createMethod · 0.95
_commitMethod · 0.95
_addkeyMethod · 0.95

Calls 1

chmodMethod · 0.45

Tested by

no test coverage detected