Home
last modified time | relevance | path

Searched refs:cls_attrs (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython3/Objects/
Dunionobject.c336 static const char* const cls_attrs[] = { variable
346 for (const char * const *p = cls_attrs; ; p++) { in union_getattro()