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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
xxmodule.c 266 Py_INCREF(Py_NotImplemented);
267 return Py_NotImplemented;
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
xxmodule.c 266 Py_INCREF(Py_NotImplemented);
267 return Py_NotImplemented;
  /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...]

Completed in 253 milliseconds