Home | History | Annotate | Download | only in pyext

Lines Matching refs:IsExtendable

497 static PyObject* IsExtendable(PyBaseDescriptor *self, void *closure) {
612 { "is_extendable", (getter)IsExtendable, (setter)NULL},