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

Method get_request

Lib/socketserver.py:505–511  ·  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

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

Callers 1

Calls 1

acceptMethod · 0.45

Tested by

no test coverage detected