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

Method fileno

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

Source from the content-addressed store, hash-verified

63 return self.__socket
64
65 def fileno(self):
66 return self.__socket.fileno()
67
68 def setReuseAddress(self):
69 self.__socket.setsockopt(

Callers 15

__str__Method · 0.95
__call__Method · 0.45
get_commandFunction · 0.45
prepare_ttyFunction · 0.45
addAsyncSocketMethod · 0.45
removeAsyncSocketMethod · 0.45
__str__Method · 0.45
registerForEventsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected