Home
last modified time | relevance | path

Searched refs:PyObject_IsInstance (Results 1 - 13 of 13) sorted by relevance

/third_party/python/Python/
H A DPython-ast.c5486 isinstance = PyObject_IsInstance(obj, tp); in obj2ast_mod()
5573 isinstance = PyObject_IsInstance(obj, tp); in obj2ast_mod()
5622 isinstance = PyObject_IsInstance(obj, tp); in obj2ast_mod()
5651 isinstance = PyObject_IsInstance(obj, tp); in obj2ast_mod()
5810 isinstance = PyObject_IsInstance(obj, tp); in obj2ast_stmt()
5971 isinstance = PyObject_IsInstance(obj, tp); in obj2ast_stmt()
6133 isinstance = PyObject_IsInstance(obj, tp); in obj2ast_stmt()
6316 isinstance = PyObject_IsInstance(obj, tp); in obj2ast_stmt()
6346 isinstance = PyObject_IsInstance(obj, tp); in obj2ast_stmt()
6396 isinstance = PyObject_IsInstance(ob in obj2ast_stmt()
[all...]
H A D_warnings.c659 rc = PyObject_IsInstance(message, PyExc_Warning); in warn_explicit()
909 rc = PyObject_IsInstance(message, PyExc_Warning); in get_category()
H A Dbltinmodule.c2647 retval = PyObject_IsInstance(obj, class_or_tuple); in builtin_isinstance_impl()
H A Dceval.c1024 if (PyObject_IsInstance(subject, type) <= 0) { in match_class()
5163 int retval = PyObject_IsInstance(inst, cls);
/third_party/python/Modules/_ctypes/
H A D_ctypes.c805 int res = PyObject_IsInstance(value, type); in CDataType_from_param()
822 res = PyObject_IsInstance(ob, dict->proto); in CDataType_from_param()
1193 switch (PyObject_IsInstance(value, typedict->proto)) { in PyCPointerType_from_param()
1687 res = PyObject_IsInstance(value, type); in c_wchar_p_from_param()
1754 res = PyObject_IsInstance(value, type); in c_char_p_from_param()
1862 res = PyObject_IsInstance(value, type); in c_void_p_from_param()
2239 res = PyObject_IsInstance(value, type); in PyCSimpleType_from_param()
3128 err = PyObject_IsInstance(value, type); in _PyCData_set()
5191 int res = PyObject_IsInstance(value, stgdict->proto); in Pointer_set_contents()
/third_party/python/Include/
H A Dabstract.h859 PyAPI_FUNC(int) PyObject_IsInstance(PyObject *object, PyObject *typeorclass);
/third_party/python/PC/
H A Dpython3dll.c471 EXPORT_FUNC(PyObject_IsInstance)
/third_party/python/Modules/
H A D_asynciomodule.c2652 res = PyObject_IsInstance(exc, asyncio_CancelledError); in task_step_impl()
2932 res = PyObject_IsInstance(result, (PyObject*)&PyGen_Type); in task_step_impl()
H A D_collectionsmodule.c534 rv = PyObject_IsInstance(other, (PyObject *)&deque_type); in deque_concat()
/third_party/python/Objects/
H A Dabstract.c2682 PyObject_IsInstance(PyObject *inst, PyObject *cls) in PyObject_IsInstance() function
H A Dexceptions.c751 int is_nonbase_exception = PyObject_IsInstance(exc, PyExc_Exception); in BaseExceptionGroup_new()
/third_party/skia/third_party/externals/libwebp/swig/
H A Dlibwebp_python_wrap.c748 #define PyClass_Check(obj) PyObject_IsInstance(obj, (PyObject *)&PyType_Type)
/third_party/python/Modules/_decimal/
H A D_decimal.c3082 int is_rational = PyObject_IsInstance(w, Rational); in convert_op_cmp()

Completed in 66 milliseconds