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

Method parse

Lib/test/test_clinic.py:938–939  ·  view source on GitHub ↗
(self, block)

Source from the content-addressed store, hash-verified

936 pass
937
938 def parse(self, block):
939 block.output = block.input
940
941
942class ClinicBlockParserTest(TestCase):

Calls

no outgoing calls

Tested by

no test coverage detected