Searched defs:PYNUMBER_CHECK (Results 1 - 1 of 1) sorted by relevance

/sssd/src/util/
H A Dsss_python.h17 #define PYNUMBER_CHECK(what) PyLong_Check(what) macro
23 #define PYNUMBER_CHECK(what) PyInt_Check(what) macro

Completed in 7 milliseconds