MCPcopy 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
266DestinationDict = dict[str, Destination]

Callers 4

parseMethod · 0.45
render_functionMethod · 0.45
directive_dumpMethod · 0.45
parse_parameterMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected