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

Method close

Lib/wsgiref/simple_server.py:31–37  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

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

nothing calls this directly

Calls 2

log_requestMethod · 0.45
splitMethod · 0.45

Tested by

no test coverage detected