Home | History | Annotate | Download | only in Objects

Lines Matching refs:cl_name

125     op->cl_name = name;
196 Py_XDECREF(op->cl_name);
253 if (op->cl_name == NULL)
256 v = op->cl_name;
265 PyString_AS_STRING(op->cl_name), sname);
332 set_slot(&c->cl_name, v);
381 PyString_AS_STRING(op->cl_name), sname);
393 if (op->cl_name == NULL || !PyString_Check(op->cl_name))
396 name = PyString_AsString(op->cl_name);
409 PyObject *name = op->cl_name;
437 Py_VISIT(o->cl_name);
738 PyString_AS_STRING(inst->in_class->cl_name), sname);
817 PyString_AS_STRING(inst->in_class->cl_name),
915 classname = inst->in_class->cl_name;
2137 PyString_AsString(inst->in_class->cl_name));