MCPcopy
hub / github.com/pallets/werkzeug / tell

Method tell

src/werkzeug/wrappers/response.py:832–834  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

830 return False
831
832 def tell(self) -> int:
833 self.response._ensure_sequence()
834 return sum(map(len, self.response.response))
835
836 @property
837 def encoding(self) -> str:

Callers

nothing calls this directly

Calls 1

_ensure_sequenceMethod · 0.80

Tested by

no test coverage detected