Home
last modified time | relevance | path

Searched defs:PyRange_Check (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Include/
Drangeobject.h22 #define PyRange_Check(op) (Py_TYPE(op) == &PyRange_Type) macro
/external/python/cpython2/Include/
Drangeobject.h23 #define PyRange_Check(op) (Py_TYPE(op) == &PyRange_Type) macro