Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ActiveState/code
/ __str__
Method
__str__
recipes/Python/577662_ASIO/recipe-577662.py:50–51 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
48
asyncIOService.addAsyncSocket(self)
49
50
def
__str__(self):
51
return
(
'AsyncSocket [ fileno = %d ]'
% self.fileno())
52
53
def
getsockname(self):
54
return
self.__socket.getsockname()
Callers
nothing calls this directly
Calls
1
fileno
Method · 0.95
Tested by
no test coverage detected