MCPcopy Create free account
hub / github.com/EasyIME/PIME / finish

Method finish

python/python3/tornado/routing.py:279–284  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

277 self.connection = connection
278
279 def finish(self) -> None:
280 self.connection.write_headers(
281 httputil.ResponseStartLine("HTTP/1.1", 404, "Not Found"),
282 httputil.HTTPHeaders(),
283 )
284 self.connection.finish()
285
286
287# _RuleList can either contain pre-constructed Rules or a sequence of

Callers

nothing calls this directly

Calls 2

write_headersMethod · 0.45
finishMethod · 0.45

Tested by

no test coverage detected