MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / get_request

Method get_request

tools/python-3.11.9-amd64/Lib/socketserver.py:499–505  ·  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

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

Callers 1

Calls 1

acceptMethod · 0.45

Tested by

no test coverage detected