MCPcopy Index your code
hub / github.com/python/mypy / generate_call_wrapper

Function generate_call_wrapper

mypyc/codegen/emitclass.py:163–164  ·  view source on GitHub ↗
(cl: ClassIR, fn: FuncIR, emitter: Emitter)

Source from the content-addressed store, hash-verified

161
162
163def generate_call_wrapper(cl: ClassIR, fn: FuncIR, emitter: Emitter) -> str:
164 return "PyVectorcall_Call"
165
166
167def slot_key(attr: str) -> str:

Callers 1

emitclass.pyFile · 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…