Home
last modified time | relevance | path

Searched defs:spawn_func (Results 1 – 1 of 1) sorted by relevance

/third_party/python/Lib/test/
Dtest_posix.py1561 spawn_func = None variable in _PosixSpawnMixin
1907 spawn_func = getattr(posix, 'posix_spawn', None) variable in TestPosixSpawn
1912 spawn_func = getattr(posix, 'posix_spawnp', None) variable in TestPosixSpawnP