Home
last modified time | relevance | path

Searched refs:temp_umask (Results 1 – 4 of 4) sorted by relevance

/third_party/python/Lib/test/test_import/
D__init__.py26 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/
Dos_helper.py553 def temp_umask(umask): function
/third_party/python/Doc/library/
Dtest.rst1453 .. function:: temp_umask(umask)
/third_party/python/Lib/test/
Dtest_os.py1578 with os_helper.temp_umask(0o002):