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

  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
complexobject.h 48 #define PyComplex_CheckExact(op) (Py_TYPE(op) == &PyComplex_Type)
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
complexobject.h 48 #define PyComplex_CheckExact(op) (Py_TYPE(op) == &PyComplex_Type)

Completed in 148 milliseconds