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:283–286 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
281
return
v
282
283
def
close(self):
284
self.closed = True
285
if
hasattr(self.original_iterator,
'close'
):
286
self.original_iterator.close()
287
288
def
__del__(self):
289
if
not self.closed:
Callers
nothing calls this directly
Calls
1
close
Method · 0.45
Tested by
no test coverage detected