Searched refs:has_spawnl (Results 1 - 1 of 1) sorted by relevance
/third_party/python/Lib/test/ | ||
H A D | test_tempfile.py | 25 has_spawnl = hasattr(os, 'spawnl') variable 463 @unittest.skipUnless(has_spawnl, 'os.spawnl not available') |
Completed in 3 milliseconds