Lines Matching refs:base
739 PyObject *name, *base;
741 base = NULL;
773 base = PyUnicode_Concat(parent->u_qualname,
775 if (base == NULL)
780 base = parent->u_qualname;
785 if (base != NULL) {
787 name = PyUnicode_Concat(base, &_Py_STR(dot));
788 Py_DECREF(base);
3888 /* Consume the base module name to get the first attribute */
4863 /* Check that the base object is not something that is imported */