Home
last modified time | relevance | path

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

/external/python/cpython3/Include/internal/
Dpycore_hamt.h11 #define PyHamt_Check(o) Py_IS_TYPE(o, &_PyHamt_Type) macro
/external/python/cpython3/Python/
Dhamt.c2746 if (!PyHamt_Check(v) || !PyHamt_Check(w) || (op != Py_EQ && op != Py_NE)) { in hamt_tp_richcompare()