Lines Matching refs:PyObject
36 PyObject *printers;
39 PyObject *type_printers;
50 static PyObject *
51 pspy_get_filename (PyObject *self, void *closure) in pspy_get_filename()
67 pspy_dealloc (PyObject *self) in pspy_dealloc()
76 static PyObject *
77 pspy_new (PyTypeObject *type, PyObject *args, PyObject *keywords) in pspy_new()
99 return (PyObject *) self; in pspy_new()
102 PyObject *
103 pspy_get_printers (PyObject *o, void *ignore) in pspy_get_printers()
112 pspy_set_printers (PyObject *o, PyObject *value, void *ignore) in pspy_set_printers()
114 PyObject *tmp; in pspy_set_printers()
142 static PyObject *
143 pspy_get_type_printers (PyObject *o, void *ignore) in pspy_get_type_printers()
154 pspy_set_type_printers (PyObject *o, PyObject *value, void *ignore) in pspy_set_type_printers()
156 PyObject *tmp; in pspy_set_type_printers()
195 Py_DECREF ((PyObject *) object); in py_free_pspace()
204 PyObject *
235 return (PyObject *) object; in pspace_to_pspace_object()
249 (PyObject *) &pspace_object_type); in gdbpy_initialize_pspace()