Lines Matching refs:BaseException_init
62 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()
2325 (initproc)BaseException_init, 0, MemoryError_new
2742 if (caught_type->tp_init != (initproc)BaseException_init || in _PyErr_TrySetFromCause()