MCPcopy Index your code
hub / github.com/python/cpython / _chmod

Method _chmod

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 4

_createMethod · 0.95
_updateMethod · 0.95
_commitMethod · 0.95
_addkeyMethod · 0.95

Calls 1

chmodMethod · 0.45

Tested by

no test coverage detected