Home
last modified time | relevance | path

Searched refs:PyObject_IsInstance (Results 1 – 25 of 30) sorted by relevance

12

/third_party/python/Python/
DPython-ast.c5343 isinstance = PyObject_IsInstance(obj, tp); in obj2ast_mod()
5430 isinstance = PyObject_IsInstance(obj, tp); in obj2ast_mod()
5479 isinstance = PyObject_IsInstance(obj, tp); in obj2ast_mod()
5508 isinstance = PyObject_IsInstance(obj, tp); in obj2ast_mod()
5667 isinstance = PyObject_IsInstance(obj, tp); in obj2ast_stmt()
5828 isinstance = PyObject_IsInstance(obj, tp); in obj2ast_stmt()
5990 isinstance = PyObject_IsInstance(obj, tp); in obj2ast_stmt()
6173 isinstance = PyObject_IsInstance(obj, tp); in obj2ast_stmt()
6203 isinstance = PyObject_IsInstance(obj, tp); in obj2ast_stmt()
6253 isinstance = PyObject_IsInstance(obj, tp); in obj2ast_stmt()
[all …]
D_warnings.c645 rc = PyObject_IsInstance(message, PyExc_Warning); in warn_explicit()
917 rc = PyObject_IsInstance(message, PyExc_Warning); in get_category()
Dbltinmodule.c2601 retval = PyObject_IsInstance(obj, class_or_tuple); in builtin_isinstance_impl()
/third_party/boost/boost/python/converter/
Dpyobject_type.hpp24 return ::PyObject_IsInstance(x, (PyObject*)pytype); in check()
/third_party/boost/boost/python/numpy/
Dnumpy_object_mgr_traits.hpp28 return ::PyObject_IsInstance(x, (PyObject*)get_pytype()); \
/third_party/boost/boost/python/
Denum.hpp69 return PyObject_IsInstance( in convertible_from_python()
/third_party/python/Misc/NEWS.d/
D3.5.0b2.rst17 Update uses of PyObject_IsTrue(), PyObject_Not(), PyObject_IsInstance(),
/third_party/boost/libs/python/test/
Dextract.cpp32 bool is_list_2 = PyObject_IsInstance(x.ptr(), (PyObject*)&PyList_Type); in extract_list()
/third_party/boost/libs/python/src/object/
Dclass.cpp243 if (a != 0 && PyObject_IsInstance(a, objects::static_data())) in class_setattro()
503 PyObject_IsInstance(scope().ptr(), upcast<PyObject>(&PyModule_Type)) in module_prefix()
/third_party/boost/libs/python/src/converter/
Dfrom_python.cpp290 if (!PyObject_IsInstance(source, python::upcast<PyObject>(type_))) in pytype_check()
/third_party/python/Modules/_ctypes/
D_ctypes.c792 int res = PyObject_IsInstance(value, type); in CDataType_from_param()
809 res = PyObject_IsInstance(ob, dict->proto); in CDataType_from_param()
1180 switch (PyObject_IsInstance(value, typedict->proto)) { in PyCPointerType_from_param()
1711 res = PyObject_IsInstance(value, type); in c_wchar_p_from_param()
1778 res = PyObject_IsInstance(value, type); in c_char_p_from_param()
1886 res = PyObject_IsInstance(value, type); in c_void_p_from_param()
2263 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/
Dabstract.h859 PyAPI_FUNC(int) PyObject_IsInstance(PyObject *object, PyObject *typeorclass);
/third_party/python/Objects/
Dunionobject.c77 int res = PyObject_IsInstance(instance, arg); in union_instancecheck()
Dabstract.c2695 PyObject_IsInstance(PyObject *inst, PyObject *cls) in PyObject_IsInstance() function
/third_party/python/Doc/data/
Dstable_abi.dat505 function,PyObject_IsInstance,3.2,
Drefcounts.dat1720 PyObject_IsInstance:int:::
1721 PyObject_IsInstance:PyObject*:inst:0:
1722 PyObject_IsInstance:PyObject*:cls:0:
/third_party/python/PC/
Dpython3dll.c461 EXPORT_FUNC(PyObject_IsInstance)
/third_party/python/Modules/
D_asynciomodule.c2617 res = PyObject_IsInstance(exc, asyncio_CancelledError); in task_step_impl()
2894 res = PyObject_IsInstance(result, (PyObject*)&PyGen_Type); in task_step_impl()
D_collectionsmodule.c538 rv = PyObject_IsInstance(other, (PyObject *)&deque_type); in deque_concat()
/third_party/python/Doc/c-api/
Dobject.rst230 .. c:function:: int PyObject_IsInstance(PyObject *inst, PyObject *cls)
/third_party/python/Misc/
Dstable_abi.txt1091 function PyObject_IsInstance
/third_party/python/Tools/c-analyzer/
DTODO334 Objects/abstract.c:PyObject_IsInstance():PyId___instancecheck__ _Py_IDENTIFIER(__instancecheck__)
/third_party/flutter/skia/third_party/externals/libwebp/swig/
Dlibwebp_python_wrap.c745 #define PyClass_Check(obj) PyObject_IsInstance(obj, (PyObject *)&PyType_Type)
/third_party/skia/third_party/externals/libwebp/swig/
Dlibwebp_python_wrap.c748 #define PyClass_Check(obj) PyObject_IsInstance(obj, (PyObject *)&PyType_Type)
/third_party/python/Modules/_decimal/
D_decimal.c3044 int is_rational = PyObject_IsInstance(w, Rational); in convert_op_cmp()

12