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

Method get

maint/benchmark/chunk_benchmark.py:23–27  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

21
22class ChunkHandler(RequestHandler):
23 def get(self):
24 for i in xrange(options.num_chunks):
25 self.write('A' * options.chunk_size)
26 self.flush()
27 self.finish()
28
29
30def main():

Callers

nothing calls this directly

Calls 3

writeMethod · 0.45
flushMethod · 0.45
finishMethod · 0.45

Tested by

no test coverage detected