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

Function ast_func_name

Parser/asdl_c.py:340–341  ·  view source on GitHub ↗
(name)

Source from the content-addressed store, hash-verified

338
339
340def ast_func_name(name):
341 return f"_PyAST_{name}"
342
343
344class PrototypeVisitor(EmitVisitor):

Callers 4

emit_functionMethod · 0.85
emit_functionMethod · 0.85
complexSumMethod · 0.85
visitProductMethod · 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…