MCPcopy Index your code
hub / github.com/python/cpython / dump

Method dump

Tools/cases_generator/analyzer.py:284–286  ·  view source on GitHub ↗
(self, indent: str)

Source from the content-addressed store, hash-verified

282 return Properties.from_list([part.properties for part in self.parts])
283
284 def dump(self, indent: str) -> None:
285 print(indent, self.name, "=", ", ".join([part.name for part in self.parts]))
286 self.properties.dump(" " + indent)
287
288 @property
289 def size(self) -> int:

Callers

nothing calls this directly

Calls 2

joinMethod · 0.45
dumpMethod · 0.45

Tested by

no test coverage detected