Home
last modified time | relevance | path

Searched defs:_chmod (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython2/Lib/
Ddumbdbm.py223 def _chmod (self, file): member in _Database
/external/python/cpython3/Lib/dbm/
Ddumb.py290 def _chmod(self, file): member in _Database
/external/python/setuptools/setuptools/command/
Deasy_install.py1946 from os import chmod as _chmod unknown
1949 def _chmod(*args): function