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.py58 from setuptools.command.easy_install import chmod, current_umask
64 mask = current_umask()
Deasy_install.py847 mask = current_umask()
2300 def current_umask(): function