Home
last modified time | relevance | path

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

/third_party/python/Lib/test/
Dtest_posix.py1561 spawn_func = None variable in _PosixSpawnMixin
1580 pid = self.spawn_func(args[0], args, os.environ)
1588 pid = self.spawn_func(no_such_executable,
1609 pid = self.spawn_func(args[0], args,
1616 pid = self.spawn_func(
1625 pid = self.spawn_func(
1634 pid = self.spawn_func(
1643 pid = self.spawn_func(
1653 self.spawn_func(sys.executable,
1658 pid = self.spawn_func(
[all …]