Searched refs:is_signed_obj (Results 1 – 1 of 1) sorted by relevance
273 PyObject *is_signed_obj = nullptr; in archpy_integer_type() local276 &size, &is_signed_obj)) in archpy_integer_type()280 bool is_signed = (is_signed_obj == nullptr in archpy_integer_type()281 || PyObject_IsTrue (is_signed_obj)); in archpy_integer_type()