Home
last modified time | relevance | path

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

/external/python/cpython2/Python/
Dceval.c180 #define PCALL_FUNCTION 1 macro
4409 PCALL(PCALL_FUNCTION); in fast_function()
4554 PCALL(PCALL_FUNCTION); in do_call()
4651 PCALL(PCALL_FUNCTION); in ext_do_call()
/external/python/cpython3/Python/
Dceval.c92 #define PCALL_FUNCTION 1 macro
4908 PCALL(PCALL_FUNCTION); in fast_function()
4973 PCALL(PCALL_FUNCTION); in _PyFunction_FastCallDict()
5049 PCALL(PCALL_FUNCTION); in do_call_core()
/external/python/cpython2/Doc/c-api/
Dinit.rst1080 | :const:`PCALL_FUNCTION` | 1 |
/external/python/cpython3/Doc/c-api/
Dinit.rst1160 | :const:`PCALL_FUNCTION` | 1 |