Home
last modified time | relevance | path

Searched defs:PyClass_Check (Results 1 – 2 of 2) sorted by relevance

/third_party/flutter/skia/third_party/externals/libwebp/swig/
Dlibwebp_python_wrap.c745 #define PyClass_Check(obj) PyObject_IsInstance(obj, (PyObject *)&PyType_Type) macro
/third_party/skia/third_party/externals/libwebp/swig/
Dlibwebp_python_wrap.c748 #define PyClass_Check(obj) PyObject_IsInstance(obj, (PyObject *)&PyType_Type) macro