MCPcopy
hub / github.com/tornadoweb/tornado / finish

Method finish

tornado/test/httpserver_test.py:68–69  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

66 chunks.append(chunk)
67
68 def finish(self):
69 conn.detach() # type: ignore
70
71 conn = HTTP1Connection(stream, True)
72 delegate = Delegate()

Callers 15

getMethod · 0.45
getMethod · 0.45
getMethod · 0.45
getMethod · 0.45
getMethod · 0.45
getMethod · 0.45
postMethod · 0.45
getMethod · 0.45
getMethod · 0.45
postMethod · 0.45
prepareMethod · 0.45
getMethod · 0.45

Calls 1

detachMethod · 0.45

Tested by

no test coverage detected