MCPcopy Create free account
hub / github.com/RustPython/RustPython / close

Method close

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

Source from the content-addressed store, hash-verified

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

nothing calls this directly

Calls 2

log_requestMethod · 0.45
splitMethod · 0.45

Tested by

no test coverage detected