Home
last modified time | relevance | path

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

/external/python/cpython3/Include/cpython/
Dpyerrors.h50 } PySystemExitObject; typedef
/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.c572 SystemExit_init(PySystemExitObject *self, PyObject *args, PyObject *kwds) in SystemExit_init()
593 SystemExit_clear(PySystemExitObject *self) in SystemExit_clear()
600 SystemExit_dealloc(PySystemExitObject *self) in SystemExit_dealloc()
608 SystemExit_traverse(PySystemExitObject *self, visitproc visit, void *arg) in SystemExit_traverse()
615 {"code", T_OBJECT, offsetof(PySystemExitObject, code), 0,