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

  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
boolobject.h 14 #define PyBool_Check(x) (Py_TYPE(x) == &PyBool_Type)
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
boolobject.h 14 #define PyBool_Check(x) (Py_TYPE(x) == &PyBool_Type)
  /external/chromium_org/third_party/protobuf/python/google/protobuf/pyext/
python-proto2.cc 380 if (!PyInt_Check(arg) && !PyBool_Check(arg) && !PyLong_Check(arg)) {
    [all...]

Completed in 82 milliseconds