Searched refs:temp_umask (Results 1 – 4 of 4) sorted by relevance
/external/python/cpython3/Lib/test/test_import/ |
D | __init__.py | 24 make_legacy_pyc, rmtree, run_unittest, swap_attr, swap_item, temp_umask, 451 with temp_umask(mask), _ready_to_import() as (name, path): 469 with temp_umask(0o022), _ready_to_import() as (name, path): 484 with temp_umask(0o022), _ready_to_import() as (name, path): 797 with temp_umask(0o222):
|
/external/python/cpython3/Lib/test/support/ |
D | __init__.py | 1043 def temp_umask(umask): function
|
/external/python/cpython3/Doc/library/ |
D | test.rst | 685 .. function:: temp_umask(umask)
|
/external/python/cpython3/Lib/test/ |
D | test_os.py | 1149 with support.temp_umask(0o002):
|