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