Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
_create
Method · 0.95
_update
Method · 0.95
_commit
Method · 0.95
_addkey
Method · 0.95
Calls
1
chmod
Method · 0.45
Tested by
no test coverage detected