MCPcopy Index your code
hub / github.com/python/cpython / __call__

Method __call__

Lib/wsgiref/validate.py:247–249  ·  view source on GitHub ↗
(self, s)

Source from the content-addressed store, hash-verified

245 self.writer = wsgi_writer
246
247 def __call__(self, s):
248 assert_(type(s) is bytes)
249 self.writer(s)
250
251class PartialIteratorWrapper:
252

Callers

nothing calls this directly

Calls 2

assert_Function · 0.85
writerMethod · 0.45

Tested by

no test coverage detected