Searched refs:get_spawning_popen (Results 1 – 6 of 6) sorted by relevance
7 from .context import reduction, get_spawning_popen, set_spawning_popen98 assert self is get_spawning_popen()
351 def get_spawning_popen(): function358 if get_spawning_popen() is None:
345 from .context import get_spawning_popen346 if get_spawning_popen() is None:
193 popen_obj = context.get_spawning_popen()
104 h = context.get_spawning_popen().duplicate_for_child(sl.handle)
31 from .context import reduction, get_spawning_popen, ProcessError887 if get_spawning_popen() is not None: