HomeSort by relevance Sort by last modified time
    Searched refs:set_default_executor (Results 1 - 4 of 4) sorted by null

  /external/python/cpython3/Lib/asyncio/
events.py 291 def set_default_executor(self, executor): member in class:AbstractEventLoop
base_events.py 639 def set_default_executor(self, executor): member in class:BaseEventLoop
    [all...]
  /external/python/cpython3/Lib/test/test_asyncio/
test_base_events.py 226 self.loop.set_default_executor(executor)
364 self.loop.set_default_executor(executor)
    [all...]
test_events.py     [all...]

Completed in 137 milliseconds