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

Method transform_chunk

python/python3/tornado/web.py:3081–3082  ·  view source on GitHub ↗
(self, chunk: bytes, finishing: bool)

Source from the content-addressed store, hash-verified

3079 return status_code, headers, chunk
3080
3081 def transform_chunk(self, chunk: bytes, finishing: bool) -> bytes:
3082 return chunk
3083
3084
3085class GZipContentEncoding(OutputTransform):

Callers 1

flushMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected