Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dgenericaliasobject.c401 static const char* const attr_exceptions[] = { variable
416 for (const char * const *p = attr_exceptions; ; p++) { in ga_getattro()
504 for (const char * const *p = attr_exceptions; ; p++) { in ga_dir()