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

Class InertParser

Lib/test/test_clinic.py:927–932  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

925
926
927class InertParser:
928 def __init__(self, clinic):
929 pass
930
931 def parse(self, block):
932 pass
933
934class CopyParser:
935 def __init__(self, clinic):

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…