Home | History | Annotate | Download | only in python2.7

Lines Matching refs:Py_SAFE_DOWNCAST

32 Used in:  Py_SAFE_DOWNCAST
452 /* Py_SAFE_DOWNCAST(VALUE, WIDE, NARROW)
459 #define Py_SAFE_DOWNCAST(VALUE, WIDE, NARROW) \
462 #define Py_SAFE_DOWNCAST(VALUE, WIDE, NARROW) (NARROW)(VALUE)