Searched refs:_force_run (Results 1 – 2 of 2) sorted by relevance
/third_party/python/Lib/test/support/ |
D | os_helper.py | 284 from test.support import _force_run 287 for name in _force_run(path, os.listdir, path): 298 _force_run(fullname, os.rmdir, fullname) 300 _force_run(fullname, os.unlink, fullname) 302 _waitfor(lambda p: _force_run(p, os.rmdir, p), path) 330 from test.support import _force_run 331 for name in _force_run(path, os.listdir, path): 339 _force_run(path, os.rmdir, fullname) 341 _force_run(path, os.unlink, fullname)
|
D | __init__.py | 190 def _force_run(path, func, *args): function
|