Searched refs:verify_request (Results 1 - 2 of 2) sorted by relevance
/third_party/python/Lib/ | ||
H A D | socketserver.py | 171 - verify_request(request, client_address) 267 # get_request(), verify_request() and process_request() 315 if self.verify_request(request, client_address): 334 def verify_request(self, request, client_address): member in BaseServer 411 - verify_request(request, client_address) |
/third_party/python/Lib/test/ | ||
H A D | test_socketserver.py | 487 # verify_request is False 490 def verify_request(self, request, client_address): member in MiscTestCase.test_shutdown_request_called_if_verify_request_false.MyServer |
Completed in 3 milliseconds