MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / write

Method write

tools/python-3.11.9-amd64/Lib/wsgiref/validate.py:231–233  ·  view source on GitHub ↗
(self, s)

Source from the content-addressed store, hash-verified

229 self.errors = wsgi_errors
230
231 def write(self, s):
232 assert_(type(s) is str)
233 self.errors.write(s)
234
235 def flush(self):
236 self.errors.flush()

Callers 2

writelinesMethod · 0.95
__del__Method · 0.45

Calls 2

assert_Function · 0.85
typeClass · 0.50

Tested by

no test coverage detected