Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_command
Function · 0.45
prepare_tty
Function · 0.45
addAsyncSocket
Method · 0.45
removeAsyncSocket
Method · 0.45
registerAsyncSocketForRead
Method · 0.45
unregisterAsyncSocketForRead
Method · 0.45
registerAsyncSocketForWrite
Method · 0.45
unregisterAsyncSocketForWrite
Method · 0.45
__str__
Method · 0.45
registerForEvents
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected