Searched refs:temp_umask (Results 1 – 4 of 4) sorted by relevance
/third_party/python/Lib/test/test_import/ |
D | __init__.py | 26 TESTFN, rmtree, temp_umask, TESTFN_UNENCODABLE, temp_dir) 527 with temp_umask(mask), _ready_to_import() as (name, path): 545 with temp_umask(0o022), _ready_to_import() as (name, path): 560 with temp_umask(0o022), _ready_to_import() as (name, path): 874 with temp_umask(0o222):
|
/third_party/python/Lib/test/support/ |
D | os_helper.py | 553 def temp_umask(umask): function
|
/third_party/python/Doc/library/ |
D | test.rst | 1453 .. function:: temp_umask(umask)
|
/third_party/python/Lib/test/ |
D | test_os.py | 1578 with os_helper.temp_umask(0o002):
|