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

Class ServerHandler

Lib/wsgiref/simple_server.py:27–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25
26
27class ServerHandler(SimpleHandler):
28
29 server_software = software_version
30
31 def close(self):
32 try:
33 self.request_handler.log_request(
34 self.status.split(' ',1)[0], self.bytes_sent
35 )
36 finally:
37 SimpleHandler.close(self)
38
39
40

Callers 1

handleMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…