Home
last modified time | relevance | path

Searched refs:_launch (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython3/Lib/multiprocessing/
Dpopen_fork.py20 self._launch(process_obj)
67 def _launch(self, process_obj): member in Popen
Dpopen_forkserver.py41 def _launch(self, process_obj): member in Popen
Dpopen_spawn_posix.py38 def _launch(self, process_obj): member in Popen
/external/python/cpython2/Lib/plat-mac/
Daetools.py196 _launch(self.target_signature)
330 def _launch(appfile): function