Home | History | Annotate | Download | only in Objects

Lines Matching refs:PyInt_Check

38     else if (PyInt_Check(arg) || PyLong_Check(arg)) {