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

Class CopyParser

Lib/test/test_clinic.py:934–939  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

932 pass
933
934class CopyParser:
935 def __init__(self, clinic):
936 pass
937
938 def parse(self, block):
939 block.output = block.input
940
941
942class ClinicBlockParserTest(TestCase):

Callers 1

_test_clinicMethod · 0.85

Calls

no outgoing calls

Tested by 1

_test_clinicMethod · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…