Searched refs:MyInt_AsInt (Results 1 – 2 of 2) sorted by relevance
25 #define MyInt_AsInt(o) (int)PyLong_AsLong(o) macro40 #define MyInt_AsInt(o) (int)PyInt_AsLong(o) macro
16 int the_int = MyInt_AsInt(pyint); in pyint_as_int()