Home
last modified time | relevance | path

Searched refs:current_umask (Results 1 – 2 of 2) sorted by relevance

/external/python/setuptools/setuptools/command/
Dinstall_scripts.py53 from setuptools.command.easy_install import chmod, current_umask
59 mask = current_umask()
Deasy_install.py834 mask = current_umask()
2277 def current_umask(): function