Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ address_string
Method
address_string
Lib/http/server.py:657–660 ·
view source on GitHub ↗
Return the client address.
(self)
Source
from the content-addressed store, hash-verified
655
'Jul'
,
'Aug'
,
'Sep'
,
'Oct'
,
'Nov'
,
'Dec'
]
656
657
def
address_string(self):
658
""
"Return the client address."
""
659
660
return
self.client_address[0]
661
662
# Essentially static class variables
663
Callers
1
log_message
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected