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

  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
pyport.h 873 PyAPI_DATA(type): Declares public Python data and its type
898 # define PyAPI_DATA(RTYPE) extern __declspec(dllexport) RTYPE
923 # define PyAPI_DATA(RTYPE) extern __declspec(dllimport) RTYPE
    [all...]
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
pyport.h 873 PyAPI_DATA(type): Declares public Python data and its type
898 # define PyAPI_DATA(RTYPE) extern __declspec(dllexport) RTYPE
923 # define PyAPI_DATA(RTYPE) extern __declspec(dllimport) RTYPE
    [all...]

Completed in 117 milliseconds