Home
last modified time | relevance | path

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

12

/external/python/cpython2/Modules/
Dxxmodule.c347 Null_Type.tp_base = &PyBaseObject_Type; in initxx()
Dthreadmodule.c336 if (type->tp_init == PyBaseObject_Type.tp_init) { in local_new()
451 if (Py_TYPE(self)->tp_init != PyBaseObject_Type.tp_init && in _ldict()
/external/python/cpython3/Modules/
Dxxlimited.c244 Null_Type_slots[0].pfunc = &PyBaseObject_Type; in xx_modexec()
Dxxmodule.c356 Null_Type.tp_base = &PyBaseObject_Type; in xx_exec()
D_threadmodule.c745 if (type->tp_init == PyBaseObject_Type.tp_init) { in local_new()
865 if (Py_TYPE(self)->tp_init != PyBaseObject_Type.tp_init && in _ldict()
D_functoolsmodule.c1438 kwd_mark = _PyObject_CallNoArg((PyObject *)&PyBaseObject_Type); in _functools_exec()
/external/tensorflow/tensorflow/python/util/
Dfast_module_type.cc249 if (tp == &PyBaseObject_Type) break; in IsAnyBaseSameType()
/external/python/cpython2/Objects/
Dtypeobject.c70 PyType_Modified(&PyBaseObject_Type); in PyType_ClearCache()
194 PyType_Modified(&PyBaseObject_Type); in assign_version_tag()
1171 return b == a || b == &PyBaseObject_Type; in PyType_IsSubtype()
1193 return b == &PyBaseObject_Type; in PyType_IsSubtype()
1814 base = &PyBaseObject_Type; in solid_base()
2168 bases = PyTuple_Pack(1, &PyBaseObject_Type); in type_new()
3379 Py_ssize_t basicsize = PyBaseObject_Type.tp_basicsize; in reduce_2()
3561 objreduce = PyDict_GetItemString(PyBaseObject_Type.tp_dict, in object_reduce_ex()
3681 PyTypeObject PyBaseObject_Type = { variable
3866 if (base != &PyBaseObject_Type ||
[all …]
Dobject.c2112 if (PyType_Ready(&PyBaseObject_Type) < 0) in _Py_ReadyTypes()
Dbytesobject.c2871 &PyBaseObject_Type, /* tp_base */
/external/python/cpython3/Include/
Dobject.h228 PyAPI_DATA(PyTypeObject) PyBaseObject_Type; /* built-in 'object' */
/external/python/cpython3/Objects/
Dtypeobject.c246 PyType_Modified(&PyBaseObject_Type); in PyType_ClearCache()
394 PyType_Modified(&PyBaseObject_Type); in assign_version_tag()
1400 return (b == &PyBaseObject_Type); in type_is_subtype_base_chain()
2118 base = &PyBaseObject_Type; in solid_base()
2400 base = &PyBaseObject_Type; in type_new()
2947 base = &PyBaseObject_Type; in PyType_FromModuleAndSpec()
4349 Py_ssize_t basicsize = PyBaseObject_Type.tp_basicsize; in _PyObject_GetState()
4752 objreduce = _PyDict_GetItemId(PyBaseObject_Type.tp_dict, in object___reduce_ex___impl()
4928 PyTypeObject PyBaseObject_Type = { variable
5121 if (base != &PyBaseObject_Type || in inherit_special()
[all …]
Dobject.c1748 INIT_TYPE(&PyBaseObject_Type, "object"); in _PyTypes_Init()
Dbytesobject.c2917 &PyBaseObject_Type, /* tp_base */
/external/python/cpython3/Doc/c-api/
Dtypeobj.rst158 **"O"**: set on :c:type:`PyBaseObject_Type`
554 a "Default" section. (Note that many fields set on :c:type:`PyBaseObject_Type`
940 :c:type:`PyBaseObject_Type` uses :c:func:`PyObject_GenericGetAttr`.
966 :c:type:`PyBaseObject_Type` uses :c:func:`PyObject_GenericSetAttr`.
1008 :c:type:`PyBaseObject_Type` uses
1376 :c:type:`PyBaseObject_Type` provides a :attr:`tp_richcompare`
1514 like :c:func:`PyBaseObject_Type` is not required to produce an address
1528 This field defaults to ``&PyBaseObject_Type`` (which to Python
1705 For static subtypes, :c:type:`PyBaseObject_Type` uses
1735 whose :c:member:`~PyTypeObject.tp_base` is ``NULL`` or ``&PyBaseObject_Type``.
[all …]
/external/python/cpython2/Include/
Dobject.h442 PyAPI_DATA(PyTypeObject) PyBaseObject_Type; /* built-in 'object' */
/external/python/cpython3/PC/
Dpython3.def12 PyBaseObject_Type=python39.PyBaseObject_Type DATA
/external/python/pybind11/include/pybind11/detail/
Dclass.h462 type->tp_base = type_incref(&PyBaseObject_Type); in make_object_base_type()
/external/python/cpython3/
DAndroid.bp370 // them (e.g. PyBaseObject_Type)
/external/python/cpython2/PC/os2emx/
Dpython27.def583 "PyBaseObject_Type"
/external/python/cpython3/Modules/_decimal/
D_decimal.c5691 PyDec_Type.tp_base = &PyBaseObject_Type; in PyInit__decimal()
5692 PyDecContext_Type.tp_base = &PyBaseObject_Type; in PyInit__decimal()
5693 PyDecContextManager_Type.tp_base = &PyBaseObject_Type; in PyInit__decimal()
5694 PyDecSignalDictMixin_Type.tp_base = &PyBaseObject_Type; in PyInit__decimal()
/external/python/cpython3/Python/
Dbltinmodule.c2826 SETBUILTIN("object", &PyBaseObject_Type); in _PyBuiltin_Init()
/external/python/cpython3/Tools/c-analyzer/
DTODO893 Objects/typeobject.c:PyBaseObject_Type PyTypeObject PyBaseObject_Type
/external/python/cpython2/Python/
Dbltinmodule.c2740 SETBUILTIN("object", &PyBaseObject_Type); in _PyBuiltin_Init()
/external/python/cpython2/Doc/c-api/
Dtypeobj.rst836 ``&PyBaseObject_Type`` (which to Python programmers is known as the type
1019 … whose :c:member:`~PyTypeObject.tp_base` is *NULL* or ``&PyBaseObject_Type``. The latter exception

12