Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
writelines
Method · 0.95
__del__
Method · 0.45
Calls
1
assert_
Function · 0.85
Tested by
no test coverage detected