HomeSort by relevance Sort by last modified time
    Searched defs:PyAPI_FUNC (Results 1 - 2 of 2) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
pyport.h 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
    [all...]
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
pyport.h 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
    [all...]

Completed in 80 milliseconds