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

Method transform_first_chunk

python/python3/tornado/web.py:3072–3079  ·  view source on GitHub ↗
(
        self,
        status_code: int,
        headers: httputil.HTTPHeaders,
        chunk: bytes,
        finishing: bool,
    )

Source from the content-addressed store, hash-verified

3070 pass
3071
3072 def transform_first_chunk(
3073 self,
3074 status_code: int,
3075 headers: httputil.HTTPHeaders,
3076 chunk: bytes,
3077 finishing: bool,
3078 ) -> Tuple[int, httputil.HTTPHeaders, bytes]:
3079 return status_code, headers, chunk
3080
3081 def transform_chunk(self, chunk: bytes, finishing: bool) -> bytes:
3082 return chunk

Callers 1

flushMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected