Searched refs:get_spawning_popen (Results 1 – 6 of 6) sorted by relevance
7 from .context import reduction, get_spawning_popen, set_spawning_popen94 assert self is get_spawning_popen()
327 from .context import get_spawning_popen328 if get_spawning_popen() is None:
346 def get_spawning_popen(): function353 if get_spawning_popen() is None:
189 popen_obj = context.get_spawning_popen()
104 h = context.get_spawning_popen().duplicate_for_child(sl.handle)
26 from .context import reduction, get_spawning_popen, ProcessError874 if get_spawning_popen() is not None: