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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
object.h     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
object.h     [all...]
  /external/python/cpython2/Include/
object.h     [all...]
  /prebuilts/gdb/darwin-x86/include/python2.7/
object.h 845 Py_NotImplemented is a singleton used to signal that an operation is
849 #define Py_NotImplemented (&_Py_NotImplementedStruct)
    [all...]
  /prebuilts/gdb/linux-x86/include/python2.7/
object.h 845 Py_NotImplemented is a singleton used to signal that an operation is
849 #define Py_NotImplemented (&_Py_NotImplementedStruct)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
object.h 845 Py_NotImplemented is a singleton used to signal that an operation is
849 #define Py_NotImplemented (&_Py_NotImplementedStruct)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
object.h 845 Py_NotImplemented is a singleton used to signal that an operation is
849 #define Py_NotImplemented (&_Py_NotImplementedStruct)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/policyrep/
qpol_wrap.c 840 /* Py_NotImplemented is defined in 2.1 and up. */
842 # ifndef Py_NotImplemented
843 # define Py_NotImplemented PyExc_RuntimeError
    [all...]

Completed in 350 milliseconds