Home
last modified time | relevance | path

Searched defs:PyErr_BadInternalCall (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/Python/
Derrors.c546 PyErr_BadInternalCall(void) in PyErr_BadInternalCall() function
551 #define PyErr_BadInternalCall() _PyErr_BadInternalCall(__FILE__, __LINE__) macro
/external/python/cpython3/Include/
Dpyerrors.h323 #define PyErr_BadInternalCall() _PyErr_BadInternalCall(__FILE__, __LINE__) macro
/external/python/cpython2/Include/
Dpyerrors.h221 #define PyErr_BadInternalCall() _PyErr_BadInternalCall(__FILE__, __LINE__) macro
/external/python/cpython3/Python/
Derrors.c817 PyErr_BadInternalCall(void) in PyErr_BadInternalCall() function
823 #define PyErr_BadInternalCall() _PyErr_BadInternalCall(__FILE__, __LINE__) macro