Searched refs:CheckPyIntOrLong (Results 1 – 2 of 2) sorted by relevance
134 bool CheckPyIntOrLong(PyObject* o);
334 if (!CheckPyIntOrLong(attr)) { in GetAttrAsInt32()547 bool CheckPyIntOrLong(PyObject* o) { in CheckPyIntOrLong() function