Searched refs:start_method (Results 1 – 4 of 4) sorted by relevance
150 if self.start_method not in AVAILABLE_START_METHODS:151 self.skipTest("%r start method not available" % self.start_method)159 expected_results = "%s -> [1, 4, 9]" % self.start_method165 run_args = cmd_line_switches + (script_name, self.start_method)284 start_method = 'spawn' variable in SpawnCmdLineTest288 start_method = 'fork' variable in ForkCmdLineTest292 start_method = 'forkserver' variable in ForkServerCmdLineTest
4959 def install_tests_in_module_dict(remote_globs, start_method): argument4996 multiprocessing.set_start_method(start_method, force=True)4998 raise unittest.SkipTest(start_method +
166 start_method=get_start_method(),
237 start_method for worker processes created by the pool.