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

Method __str__

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

Source from the content-addressed store, hash-verified

419 self.__poller = select.epoll()
420
421 def __str__(self):
422 return ('EPollAsyncIOService [ fileno = %d ]' % self.__poller.fileno())
423
424 def registerForEvents(self, asyncSocket, readEvents, writeEvents):
425 fileno = asyncSocket.fileno()

Callers

nothing calls this directly

Calls 1

filenoMethod · 0.45

Tested by

no test coverage detected