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:220–221 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
218
yield
line
219
220
def
close(self):
221
assert_(0,
"input.close() must not be called"
)
222
223
class
ErrorWrapper:
224
Callers
1
close
Method · 0.45
Calls
1
assert_
Function · 0.85
Tested by
no test coverage detected