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

  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
funcobject.h 42 #define PyFunction_Check(op) (Py_TYPE(op) == &PyFunction_Type)
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
funcobject.h 42 #define PyFunction_Check(op) (Py_TYPE(op) == &PyFunction_Type)
  /external/chromium_org/third_party/cython/src/Cython/Includes/cpython/
function.pxd 20 bint PyFunction_Check(object o)

Completed in 2019 milliseconds