Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dtypeobject.c4780 int isdescr = 1; in add_methods() local
4797 isdescr = 0; // PyStaticMethod is not PyDescrObject in add_methods()
4805 if (isdescr) { in add_methods()