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

Method transform_chunk

tornado/web.py:3284–3285  ·  view source on GitHub ↗
(self, chunk: bytes, finishing: bool)

Source from the content-addressed store, hash-verified

3282 return status_code, headers, chunk
3283
3284 def transform_chunk(self, chunk: bytes, finishing: bool) -> bytes:
3285 return chunk
3286
3287
3288class GZipContentEncoding(OutputTransform):

Callers 1

flushMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected