MCPcopy
hub / github.com/benoitc/gunicorn / getsockname

Method getsockname

tests/test_gthread.py:53–54  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

51 self.closed = True
52
53 def getsockname(self):
54 return ('127.0.0.1', 8000)
55
56 def getpeername(self):
57 return ('127.0.0.1', 12345)

Callers 10

__str__Method · 0.45
__str__Method · 0.45
create_socketsFunction · 0.45
close_socketsFunction · 0.45
handle_requestMethod · 0.45
acceptMethod · 0.45
handleMethod · 0.45
handle_http2Method · 0.45
find_free_portFunction · 0.45
find_free_portFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected