Home | History | Annotate | Download | only in python

Lines Matching refs:printers

41   PyObject *printers;
198 Py_XDECREF (self->printers);
218 self->printers = PyList_New (0);
219 if (self->printers == NULL)
260 Py_INCREF (self->printers);
261 return self->printers;
284 gdbpy_ref<> tmp (self->printers);
286 self->printers = value;
766 "Pretty printers.", NULL },
772 "Type printers.", NULL },