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

Function function_proto

Tools/cases_generator/target_generator.py:46–47  ·  view source on GitHub ↗
(name: str)

Source from the content-addressed store, hash-verified

44 out.emit("#else /* _Py_TAIL_CALL_INTERP */\n")
45
46def function_proto(name: str) -> str:
47 return f"static PyObject *Py_PRESERVE_NONE_CC _TAIL_CALL_{name}(TAIL_CALL_PARAMS)"
48
49
50def write_tailcall_dispatch_table(analysis: Analysis, out: CWriter) -> None:

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…