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

Method body

tornado/httpclient.py:566–567  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

564
565 @property
566 def body(self) -> bytes:
567 return self._body
568
569 @body.setter
570 def body(self, value: Union[bytes, str]) -> None:

Callers

nothing calls this directly

Calls 1

utf8Function · 0.90

Tested by

no test coverage detected