Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dspecialize.c1767 specialize_class_call(PyObject *callable, _Py_CODEUNIT *instr, int nargs) in specialize_class_call() function
1960 fail = specialize_class_call(callable, instr, nargs); in _Py_Specialize_Call()