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

Lines Matching defs:PyAPI_FUNC

872   PyAPI_FUNC(type): Declares a public Python API function and return type
897 # define PyAPI_FUNC(RTYPE) __declspec(dllexport) RTYPE
913 # define PyAPI_FUNC(RTYPE) __declspec(dllimport) RTYPE
915 # define PyAPI_FUNC(RTYPE) RTYPE
935 #ifndef PyAPI_FUNC
936 # define PyAPI_FUNC(RTYPE) RTYPE