Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dspecialize.c754 bool has_custom_getattribute = getattribute != NULL && in analyze_descriptor() local
757 if (has_custom_getattribute) { in analyze_descriptor()