Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Dexceptions.c56 BaseException_init(PyBaseExceptionObject *self, PyObject *args, PyObject *kwds) in BaseException_init() function
407 (initproc)BaseException_init, /* tp_init */
430 (initproc)BaseException_init, 0, BaseException_new,\
511 if (BaseException_init((PyBaseExceptionObject *)self, args, kwds) == -1) in SystemExit_init()
595 if (BaseException_init((PyBaseExceptionObject *)self, args, kwds) == -1) in EnvironmentError_init()
1053 if (BaseException_init((PyBaseExceptionObject *)self, args, kwds) == -1) in SyntaxError_init()
1620 if (BaseException_init((PyBaseExceptionObject *)self, args, kwds) == -1) in UnicodeEncodeError_init()
1708 if (BaseException_init((PyBaseExceptionObject *)self, args, kwds) == -1) in UnicodeDecodeError_init()
1793 if (BaseException_init((PyBaseExceptionObject *)self, args, kwds) == -1) in UnicodeTranslateError_init()
2199 if (BaseException_init(err_inst, args_tuple, NULL)) in _PyExc_Init()
/external/python/cpython3/Objects/
Dexceptions.c62 BaseException_init(PyBaseExceptionObject *self, PyObject *args, PyObject *kwds) in BaseException_init() function
394 (initproc)BaseException_init, /* tp_init */
417 (initproc)BaseException_init, 0, BaseException_new,\
492 if (BaseException_init((PyBaseExceptionObject *)self, args, kwds) == -1) in StopIteration_init()
555 if (BaseException_init((PyBaseExceptionObject *)self, args, kwds) == -1) in SystemExit_init()
623 if (BaseException_init((PyBaseExceptionObject *)self, args, NULL) == -1) in ImportError_init()
1325 if (BaseException_init((PyBaseExceptionObject *)self, args, kwds) == -1) in SyntaxError_init()
1869 if (BaseException_init((PyBaseExceptionObject *)self, args, kwds) == -1) in UnicodeEncodeError_init()
1976 if (BaseException_init((PyBaseExceptionObject *)self, args, kwds) == -1) in UnicodeDecodeError_init()
2091 if (BaseException_init((PyBaseExceptionObject *)self, args, kwds) == -1) in UnicodeTranslateError_init()
[all …]