MCPcopy Create free account
hub / github.com/ActiveState/code / __init__

Method __init__

recipes/Python/577662_ASIO/recipe-577662.py:543–545  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

541class PollAsyncIOService(AsyncIOService):
542
543 def __init__(self):
544 super(PollAsyncIOService, self).__init__()
545 self.__poller = select.poll()
546
547 def __str__(self):
548 return 'PollAsyncIOService'

Callers

nothing calls this directly

Calls 2

__init__Method · 0.45
pollMethod · 0.45

Tested by

no test coverage detected