Searched refs:_force_run (Results 1 - 2 of 2) sorted by relevance
/third_party/python/Lib/test/support/ |
H A D | os_helper.py | 366 from test.support import _force_run namespace 369 for name in _force_run(path, os.listdir, path): 380 _force_run(fullname, os.rmdir, fullname) 382 _force_run(fullname, os.unlink, fullname) 384 _waitfor(lambda p: _force_run(p, os.rmdir, p), path) 412 from test.support import _force_run namespace 413 for name in _force_run(path, os.listdir, path): 421 _force_run(path, os.rmdir, fullname) 423 _force_run(path, os.unlink, fullname)
|
H A D | __init__.py | 199 def _force_run(path, func, *args): function
|
Completed in 8 milliseconds