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

Class FunctionNames

Tools/clinic/libclinic/dsl_parser.py:143–145  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

141
142
143class FunctionNames(NamedTuple):
144 full_name: str
145 c_basename: str
146
147
148def eval_ast_expr(

Callers 1

parse_function_namesMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…