Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Dexceptions.c511 SystemExit_init(PySystemExitObject *self, PyObject *args, PyObject *kwds) in SystemExit_init()
532 SystemExit_clear(PySystemExitObject *self) in SystemExit_clear()
539 SystemExit_dealloc(PySystemExitObject *self) in SystemExit_dealloc()
547 SystemExit_traverse(PySystemExitObject *self, visitproc visit, void *arg) in SystemExit_traverse()
554 {"code", T_OBJECT, offsetof(PySystemExitObject, code), 0,
/external/python/cpython2/Include/
Dpyerrors.h49 } PySystemExitObject; typedef