Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ close
Method
close
Lib/wsgiref/validate.py:239–240 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
237
self.write(line)
238
239
def
close(self):
240
assert_(0,
"errors.close() must not be called"
)
241
242
class
WriteWrapper:
243
Callers
nothing calls this directly
Calls
1
assert_
Function · 0.85
Tested by
no test coverage detected