Home
last modified time | relevance | path

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

/third_party/python/Objects/
Dgenericaliasobject.c414 static const char* const attr_exceptions[] = { variable
431 for (const char * const *p = attr_exceptions; ; p++) { in ga_getattro()
518 for (const char * const *p = attr_exceptions; ; p++) { in ga_dir()