MCPcopy Index your code
hub / github.com/RustPython/RustPython / address_string

Method address_string

Lib/http/server.py:685–688  ·  view source on GitHub ↗

Return the client address.

(self)

Source from the content-addressed store, hash-verified

683 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec']
684
685 def address_string(self):
686 """Return the client address."""
687
688 return self.client_address[0]
689
690 # Essentially static class variables
691

Callers 1

log_messageMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected