Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
927
class
InertParser:
928
def
__init__(self, clinic):
929
pass
930
931
def
parse(self, block):
932
pass
933
934
class
CopyParser:
935
def
__init__(self, clinic):
Callers
1
_test_clinic
Method · 0.85
Calls
no outgoing calls
Tested by
1
_test_clinic
Method · 0.68
Used in the wild
real call sites across dependent graphs
searching dependent graphs…