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

Class ServerHandler

Lib/wsgiref/simple_server.py:28–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

handleMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected