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

Function _has_stream_request_body

python/python3/tornado/web.py:1860–1863  ·  view source on GitHub ↗
(cls: Type[RequestHandler])

Source from the content-addressed store, hash-verified

1858
1859
1860def _has_stream_request_body(cls: Type[RequestHandler]) -> bool:
1861 if not issubclass(cls, RequestHandler):
1862 raise TypeError("expected subclass of RequestHandler, got %r", cls)
1863 return cls._stream_request_body
1864
1865
1866def removeslash(

Callers 3

on_connection_closeMethod · 0.85
_executeMethod · 0.85
__init__Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected