Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Dexceptions.c507 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/
Dpyerrors.h49 } PySystemExitObject; typedef
/external/python/cpython3/Objects/
Dexceptions.c551 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/
Dpyerrors.h49 } PySystemExitObject; typedef