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

Method get

tornado/test/simple_httpclient_test.py:73–75  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

71
72class ContentLengthHandler(RequestHandler):
73 def get(self):
74 self.stream = self.detach()
75 IOLoop.current().spawn_callback(self.write_response)
76
77 @gen.coroutine
78 def write_response(self):

Callers

nothing calls this directly

Calls 3

spawn_callbackMethod · 0.80
currentMethod · 0.80
detachMethod · 0.45

Tested by

no test coverage detected