Home
last modified time | relevance | path

Searched refs:_opcode_stack_effect (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython3/Modules/clinic/
D_opcode.c.h12 {"stack_effect", (PyCFunction)_opcode_stack_effect, METH_FASTCALL, _opcode_stack_effect__doc__},
18 _opcode_stack_effect(PyObject *module, PyObject *const *args, Py_ssize_t nargs) in _opcode_stack_effect() function