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

Method __call__

src/werkzeug/middleware/lint.py:127–130  ·  view source on GitHub ↗
(self, s: bytes)

Source from the content-addressed store, hash-verified

125 self._chunks = chunks
126
127 def __call__(self, s: bytes) -> None:
128 check_type("write()", s, bytes)
129 self._write(s)
130 self._chunks.append(len(s))
131
132
133class GuardedIterator:

Callers

nothing calls this directly

Calls 3

check_typeFunction · 0.85
_writeMethod · 0.80
appendMethod · 0.80

Tested by

no test coverage detected