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

Method directive_dump

Tools/clinic/libclinic/dsl_parser.py:411–412  ·  view source on GitHub ↗
(self, name: str)

Source from the content-addressed store, hash-verified

409 fd[command_or_name] = d
410
411 def directive_dump(self, name: str) -> None:
412 self.block.output.append(self.clinic.get_destination(name).dump())
413
414 def directive_printout(self, *args: str) -> None:
415 self.block.output.append(' '.join(args))

Callers

nothing calls this directly

Calls 3

get_destinationMethod · 0.80
appendMethod · 0.45
dumpMethod · 0.45

Tested by

no test coverage detected