Lines Matching defs:code
62 [clinic start generated code]*/
63 /*[clinic end generated code: output=da39a3ee5e6b4b0d input=e349ac952152f336]*/
350 * exception, and some of the code under here assumes that
414 PyCodeObject *code = PyFrame_GetCode(frame);
415 ptrace_enter_call(self, (void *)code, (PyObject *)code);
416 Py_DECREF(code);
424 PyCodeObject *code = PyFrame_GetCode(frame);
425 ptrace_leave_call(self, (void *)code);
426 Py_DECREF(code);
478 {"code", "code object or built-in function name"},
488 {"code", "called code object or built-in function name"},
591 code code object
601 code called code object
606 [clinic start generated code]*/
610 /*[clinic end generated code: output=1806ef720019ee03 input=445e193ef4522902]*/