Home | History | Annotate | Download | only in Objects

Lines Matching defs:classObj

169 "classobj(name, bases, dict)\n\
446 "classobj",
2356 PyObject *classObj = NULL;
2361 &func, &self, &classObj))
2370 if (self == NULL && classObj == NULL) {
2376 return PyMethod_New(func, self, classObj);