Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dtypeobject.c6209 int using_len = 0; in slot_nb_bool() local
6225 using_len = 1; in slot_nb_bool()
6233 if (using_len) { in slot_nb_bool()
/external/python/cpython2/Objects/
Dtypeobject.c5332 int using_len = 0; local
5341 using_len = 1;
5354 (using_len ? "__len__"