Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ close
Method
close
Lib/html/parser.py:171–173 ·
view source on GitHub ↗
Handle any buffered data.
(self)
Source
from the content-addressed store, hash-verified
169
self.goahead(0)
170
171
def
close(self):
172
""
"Handle any buffered data."
""
173
self.goahead(1)
174
175
__starttag_text = None
176
Callers
1
check
Method · 0.95
Calls
1
goahead
Method · 0.95
Tested by
1
check
Method · 0.76