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