Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dtypeobject.c4396 int hasargs; in reduce_newobj() local
4413 hasargs = (args != NULL); in reduce_newobj()
4469 !hasargs && !PyList_Check(obj) && !PyDict_Check(obj)); in reduce_newobj()