MCPcopy Index your code
hub / github.com/python/cpython / get_request

Method get_request

Lib/socketserver.py:502–508  ·  view source on GitHub ↗

Get the request and client address from the socket. May be overridden.

(self)

Source from the content-addressed store, hash-verified

500 return self.socket.fileno()
501
502 def get_request(self):
503 """Get the request and client address from the socket.
504
505 May be overridden.
506
507 """
508 return self.socket.accept()
509
510 def shutdown_request(self, request):
511 """Called to shutdown and close an individual request."""

Callers 1

Calls 1

acceptMethod · 0.45

Tested by

no test coverage detected