Searched refs:PySystemExitObject (Results 1 – 4 of 4) sorted by relevance
/external/python/cpython2/Objects/ |
D | exceptions.c | 507 SystemExit_init(PySystemExitObject *self, PyObject *args, PyObject *kwds) in SystemExit_init() 528 SystemExit_clear(PySystemExitObject *self) in SystemExit_clear() 535 SystemExit_dealloc(PySystemExitObject *self) in SystemExit_dealloc() 543 SystemExit_traverse(PySystemExitObject *self, visitproc visit, void *arg) in SystemExit_traverse() 550 {"code", T_OBJECT, offsetof(PySystemExitObject, code), 0,
|
/external/python/cpython2/Include/ |
D | pyerrors.h | 49 } PySystemExitObject; typedef
|
/external/python/cpython3/Objects/ |
D | exceptions.c | 551 SystemExit_init(PySystemExitObject *self, PyObject *args, PyObject *kwds) in SystemExit_init() 572 SystemExit_clear(PySystemExitObject *self) in SystemExit_clear() 579 SystemExit_dealloc(PySystemExitObject *self) in SystemExit_dealloc() 587 SystemExit_traverse(PySystemExitObject *self, visitproc visit, void *arg) in SystemExit_traverse() 594 {"code", T_OBJECT, offsetof(PySystemExitObject, code), 0,
|
/external/python/cpython3/Include/ |
D | pyerrors.h | 49 } PySystemExitObject; typedef
|