Home
last modified time | relevance | path

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

/external/python/cpython3/Include/internal/
Dhamt.h8 #define PyHamt_Check(o) (Py_TYPE(o) == &_PyHamt_Type) macro
/external/python/cpython3/Python/
Dhamt.c2745 if (!PyHamt_Check(v) || !PyHamt_Check(w) || (op != Py_EQ && op != Py_NE)) { in hamt_tp_richcompare()