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

  /prebuilts/gdb/darwin-x86/include/python2.7/
pyport.h 874 PyMODINIT_FUNC: A Python module init function. If these functions are
902 # define PyMODINIT_FUNC __declspec(dllexport) void
904 # define PyMODINIT_FUNC void
    [all...]
  /prebuilts/gdb/linux-x86/include/python2.7/
pyport.h 874 PyMODINIT_FUNC: A Python module init function. If these functions are
902 # define PyMODINIT_FUNC __declspec(dllexport) void
904 # define PyMODINIT_FUNC void
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
pyport.h 874 PyMODINIT_FUNC: A Python module init function. If these functions are
902 # define PyMODINIT_FUNC __declspec(dllexport) void
904 # define PyMODINIT_FUNC void
    [all...]
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
pyport.h 874 PyMODINIT_FUNC: A Python module init function. If these functions are
902 # define PyMODINIT_FUNC __declspec(dllexport) void
904 # define PyMODINIT_FUNC void
    [all...]

Completed in 481 milliseconds