Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ dump
Method
dump
Tools/clinic/libclinic/codegen.py:262–263 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
260
self.buffers.clear()
261
262
def
dump(self) -> str:
263
return
self.buffers.dump()
264
265
266
DestinationDict = dict[str, Destination]
Callers
4
parse
Method · 0.45
render_function
Method · 0.45
directive_dump
Method · 0.45
parse_parameter
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected