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

Method write

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

Source from the content-addressed store, hash-verified

226 self.errors = wsgi_errors
227
228 def write(self, s):
229 assert_(type(s) is str)
230 self.errors.write(s)
231
232 def flush(self):
233 self.errors.flush()

Callers 2

writelinesMethod · 0.95
__del__Method · 0.45

Calls 1

assert_Function · 0.85

Tested by

no test coverage detected