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

Method __init__

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

Source from the content-addressed store, hash-verified

458class KQueueAsyncIOService(AsyncIOService):
459
460 def __init__(self):
461 super(KQueueAsyncIOService, self).__init__()
462 self.__kqueue = select.kqueue()
463
464 def __str__(self):
465 return ('KQueueAsyncIOService [ fileno = %d ]' % self.__kqueue.fileno())

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected