GDB (xrefs)
|
Public Attributes | |
PyObject_HEAD int | reason_code |
const char * | reason_string |
Py_ssize_t | number |
Definition at line 53 of file py-record.c.
Py_ssize_t recpy_gap_object::number |
Definition at line 64 of file py-record.c.
Referenced by recpy_gap_new(), and recpy_gap_number().
PyObject_HEAD int recpy_gap_object::reason_code |
Definition at line 58 of file py-record.c.
Referenced by recpy_gap_new(), and recpy_gap_reason_code().
const char* recpy_gap_object::reason_string |
Definition at line 61 of file py-record.c.
Referenced by recpy_gap_new(), and recpy_gap_reason_string().