Home | History | Annotate | Download | only in Objects

Lines Matching refs:PyObject

5 PyObject *
6 PyCell_New(PyObject *obj)
17 return (PyObject *)op;
20 PyObject *
21 PyCell_Get(PyObject *op)
32 PyCell_Set(PyObject *op, PyObject *obj)
34 PyObject* oldobj;
72 static PyObject *
97 static PyObject *