Home
last modified time | relevance | path

Searched refs:executor_kwargs (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Lib/test/
H A Dtest_concurrent_futures.py119 executor_kwargs = {} variable in ExecutorMixin
129 **self.executor_kwargs)
133 **self.executor_kwargs)
220 self.executor_kwargs = dict(initializer=init,
240 self.executor_kwargs = dict(initializer=init_fail,
247 self.executor_kwargs = dict(initializer=init_fail)

Completed in 3 milliseconds