GDB (xrefs)
|
Public Attributes | |
PyObject_HEAD const struct block * | block |
struct block_iterator | iter |
int | initialized_p |
block_object * | source |
Definition at line 41 of file py-block.c.
PyObject_HEAD const struct block* block_syms_iterator_object::block |
Definition at line 44 of file py-block.c.
Referenced by blpy_block_syms_iternext(), and blpy_iter().
int block_syms_iterator_object::initialized_p |
Definition at line 48 of file py-block.c.
Referenced by blpy_block_syms_iternext(), and blpy_iter().
struct block_iterator block_syms_iterator_object::iter |
Definition at line 46 of file py-block.c.
Referenced by blpy_block_syms_iternext().
block_object* block_syms_iterator_object::source |
Definition at line 52 of file py-block.c.
Referenced by blpy_block_syms_dealloc(), blpy_block_syms_iter(), blpy_block_syms_iternext(), blpy_iter(), and blpy_iter_is_valid().