Home | History | Annotate | Download | only in Python

Lines Matching full:call_trampoline

304 call_trampoline(PyThreadState *tstate, PyObject* callback,
344 result = call_trampoline(tstate, self, frame, what, arg);
367 result = call_trampoline(tstate, callback, frame, what, arg);