Uses of Class
org.bytedeco.cpython.PyTypeObject
Packages that use PyTypeObject
-
Uses of PyTypeObject in org.bytedeco.cpython
Methods in org.bytedeco.cpython that return PyTypeObjectModifier and TypeMethodDescriptionPyDateTime_CAPI.DateTimeType()PyDateTime_CAPI.DateType()PyDateTime_CAPI.DeltaType()PyTypeObject.getPointer(long i) PyHeapTypeObject.ht_type()PyCMethodObject.mm_class()PyTypeObject.ob_base(PyVarObject setter) _object.ob_type()PyTypeObject.position(long position) PyDateTime_CAPI.TimeType()PyTypeObject.tp_as_async(PyAsyncMethods setter) PyTypeObject.tp_as_buffer(PyBufferProcs setter) PyTypeObject.tp_as_mapping(PyMappingMethods setter) PyTypeObject.tp_as_number(PyNumberMethods setter) PyTypeObject.tp_as_sequence(PySequenceMethods setter) PyTypeObject.tp_base()PyTypeObject.tp_base(PyTypeObject setter) PyTypeObject.tp_basicsize(long setter) PyTypeObject.tp_call(ternaryfunc setter) PyTypeObject.tp_dealloc(destructor setter) PyTypeObject.tp_del(destructor setter) PyTypeObject.tp_descr_get(descrgetfunc setter) PyTypeObject.tp_descr_set(descrsetfunc setter) PyTypeObject.tp_dictoffset(long setter) PyTypeObject.tp_doc(BytePointer setter) PyTypeObject.tp_finalize(destructor setter) PyTypeObject.tp_flags(long setter) PyTypeObject.tp_getattr(getattrfunc setter) PyTypeObject.tp_getattro(getattrofunc setter) PyTypeObject.tp_getset(PyGetSetDef setter) PyTypeObject.tp_itemsize(long setter) PyTypeObject.tp_iter(getiterfunc setter) PyTypeObject.tp_iternext(iternextfunc setter) PyTypeObject.tp_members(PyMemberDef setter) PyTypeObject.tp_methods(PyMethodDef setter) PyTypeObject.tp_name(BytePointer setter) PyTypeObject.tp_richcompare(richcmpfunc setter) PyTypeObject.tp_setattr(setattrfunc setter) PyTypeObject.tp_setattro(setattrofunc setter) PyTypeObject.tp_subclasses(Pointer setter) PyTypeObject.tp_traverse(traverseproc setter) PyTypeObject.tp_vectorcall(vectorcallfunc setter) PyTypeObject.tp_vectorcall_offset(long setter) PyTypeObject.tp_version_tag(int setter) PyTypeObject.tp_versions_used(short setter) PyTypeObject.tp_watched(byte setter) PyTypeObject.tp_weaklist(PyObject setter) PyTypeObject.tp_weaklistoffset(long setter) PyDateTime_CAPI.TZInfoType()Methods in org.bytedeco.cpython with parameters of type PyTypeObjectModifier and TypeMethodDescriptionallocfunc.call(PyTypeObject arg0, long arg1) newfunc.call(PyTypeObject arg0, PyObject arg1, PyObject arg2) PyCMethod.call(PyObject arg0, PyTypeObject arg1, PointerPointer arg2, long arg3, PyObject arg4) PyDateTime_CAPI.Date_FromDate_int_int_int_PyTypeObject.call(int arg0, int arg1, int arg2, PyTypeObject arg3) PyDateTime_CAPI.DateTime_FromDateAndTime_int_int_int_int_int_int_int_PyObject_PyTypeObject.call(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, PyObject arg7, PyTypeObject arg8) PyDateTime_CAPI.DateTime_FromDateAndTimeAndFold_int_int_int_int_int_int_int_PyObject_int_PyTypeObject.call(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, PyObject arg7, int arg8, PyTypeObject arg9) PyDateTime_CAPI.Delta_FromDelta_int_int_int_int_PyTypeObject.call(int arg0, int arg1, int arg2, int arg3, PyTypeObject arg4) PyDateTime_CAPI.Time_FromTime_int_int_int_int_PyObject_PyTypeObject.call(int arg0, int arg1, int arg2, int arg3, PyObject arg4, PyTypeObject arg5) PyDateTime_CAPI.Time_FromTimeAndFold_int_int_int_int_PyObject_int_PyTypeObject.call(int arg0, int arg1, int arg2, int arg3, PyObject arg4, int arg5, PyTypeObject arg6) intPyType_WatchCallback.call(PyTypeObject arg0) PyDateTime_CAPI.DateTimeType(PyTypeObject setter) PyDateTime_CAPI.DateType(PyTypeObject setter) PyDateTime_CAPI.DeltaType(PyTypeObject setter) PyHeapTypeObject.ht_type(PyTypeObject setter) PyCMethodObject.mm_class(PyTypeObject setter) _object.ob_type(PyTypeObject setter) PyDateTime_CAPI.TimeType(PyTypeObject setter) PyTypeObject.tp_base(PyTypeObject setter) PyDateTime_CAPI.TZInfoType(PyTypeObject setter) -
Uses of PyTypeObject in org.bytedeco.cpython.global
Methods in org.bytedeco.cpython.global that return PyTypeObjectModifier and TypeMethodDescriptionstatic PyTypeObjectpython._PyAsyncGenASend_Type()static PyTypeObjectpython._PyWeakref_CallableProxyType()static PyTypeObjectpython._PyWeakref_ProxyType()static PyTypeObjectpython._PyWeakref_RefType()static PyTypeObjectpython.Py_GenericAliasType()static PyTypeObjectstatic PyTypeObjectpython.PyAsyncGen_Type()static PyTypeObjectpython.PyBaseObject_Type()static PyTypeObjectpython.PyBool_Type()static PyTypeObjectpython.PyByteArray_Type()static PyTypeObjectpython.PyByteArrayIter_Type()static PyTypeObjectpython.PyBytes_Type()static PyTypeObjectpython.PyBytesIter_Type()static PyTypeObjectpython.PyCallIter_Type()static PyTypeObjectpython.PyCapsule_Type()static PyTypeObjectpython.PyCell_Type()static PyTypeObjectpython.PyCFunction_GET_CLASS(PyObject func_obj) static PyTypeObjectpython.PyCFunction_Type()static PyTypeObjectpython.PyClassMethod_Type()static PyTypeObjectpython.PyClassMethodDescr_Type()static PyTypeObjectpython.PyCMethod_Type()static PyTypeObjectpython.PyCode_Type()static PyTypeObjectpython.PyComplex_Type()static PyTypeObjectpython.PyContext_Type()static PyTypeObjectpython.PyContextToken_Type()static PyTypeObjectpython.PyContextVar_Type()static PyTypeObjectpython.PyCoro_Type()static PyTypeObjectpython.PyDict_Type()static PyTypeObjectpython.PyDictItems_Type()static PyTypeObjectpython.PyDictIterItem_Type()static PyTypeObjectpython.PyDictIterKey_Type()static PyTypeObjectpython.PyDictIterValue_Type()static PyTypeObjectpython.PyDictKeys_Type()static PyTypeObjectpython.PyDictProxy_Type()static PyTypeObjectpython.PyDictRevIterItem_Type()static PyTypeObjectpython.PyDictRevIterKey_Type()static PyTypeObjectpython.PyDictRevIterValue_Type()static PyTypeObjectpython.PyDictValues_Type()static PyTypeObjectpython.PyEllipsis_Type()static PyTypeObjectpython.PyEnum_Type()static PyTypeObjectpython.PyFilter_Type()static PyTypeObjectpython.PyFloat_Type()static PyTypeObjectpython.PyFrozenSet_Type()static PyTypeObjectpython.PyFunction_Type()static PyTypeObjectpython.PyGen_Type()static PyTypeObjectpython.PyGetSetDescr_Type()static PyTypeObjectpython.PyInstanceMethod_Type()static PyTypeObjectpython.PyList_Type()static PyTypeObjectpython.PyListIter_Type()static PyTypeObjectpython.PyListRevIter_Type()static PyTypeObjectpython.PyLong_Type()static PyTypeObjectpython.PyLongRangeIter_Type()static PyTypeObjectpython.PyMap_Type()static PyTypeObjectpython.PyMemberDescr_Type()static PyTypeObjectpython.PyMemoryView_Type()static PyTypeObjectpython.PyMethod_Type()static PyTypeObjectpython.PyMethodDescr_Type()static PyTypeObjectpython.PyModule_Type()static PyTypeObjectpython.PyModuleDef_Type()static PyTypeObjectpython.PyODict_Type()static PyTypeObjectpython.PyODictItems_Type()static PyTypeObjectpython.PyODictIter_Type()static PyTypeObjectpython.PyODictKeys_Type()static PyTypeObjectpython.PyODictValues_Type()static PyTypeObjectpython.PyPickleBuffer_Type()static PyTypeObjectpython.PyProperty_Type()static PyTypeObjectpython.PyRange_Type()static PyTypeObjectpython.PyRangeIter_Type()static PyTypeObjectpython.PyReversed_Type()static PyTypeObjectpython.PySeqIter_Type()static PyTypeObjectpython.PySet_Type()static PyTypeObjectpython.PySetIter_Type()static PyTypeObjectpython.PySlice_Type()static PyTypeObjectpython.PyStaticMethod_Type()static PyTypeObjectpython.PyStdPrinter_Type()static PyTypeObjectpython.PyStructSequence_NewType(PyStructSequence_Desc desc) static PyTypeObjectpython.PySuper_Type()static PyTypeObjectpython.PyTraceBack_Type()static PyTypeObjectpython.PyTuple_Type()static PyTypeObjectpython.PyTupleIter_Type()static PyTypeObjectpython.PyType_Type()static PyTypeObjectpython.PyUnicode_Type()static PyTypeObjectpython.PyUnicodeIter_Type()static PyTypeObjectpython.PyWrapperDescr_Type()static PyTypeObjectpython.PyZip_Type()Methods in org.bytedeco.cpython.global with parameters of type PyTypeObjectModifier and TypeMethodDescriptionstatic voidpython._PyAsyncGenASend_Type(PyTypeObject setter) static PyObjectpython._PyObject_GC_New(PyTypeObject arg0) static PyVarObjectpython._PyObject_GC_NewVar(PyTypeObject arg0, long arg1) static PyObjectpython._PyObject_New(PyTypeObject arg0) static PyVarObjectpython._PyObject_NewVar(PyTypeObject arg0, long arg1) static longpython._PyObject_SIZE(PyTypeObject type) static longpython._PyObject_VAR_SIZE(PyTypeObject type, long nitems) static PyObjectpython._PyType_Lookup(PyTypeObject arg0, PyObject arg1) static PyObjectpython._PyType_LookupRef(PyTypeObject arg0, PyObject arg1) static BytePointerpython._PyType_Name(PyTypeObject arg0) static voidpython._PyWeakref_CallableProxyType(PyTypeObject setter) static voidpython._PyWeakref_ProxyType(PyTypeObject setter) static voidpython._PyWeakref_RefType(PyTypeObject setter) static voidpython.Py_GenericAliasType(PyTypeObject setter) static intpython.Py_IS_TYPE(PyObject ob, PyTypeObject type) static voidpython.Py_SET_TYPE(PyObject ob, PyTypeObject type) static voidpython.PyAsyncGen_Type(PyTypeObject setter) static voidpython.PyBaseObject_Type(PyTypeObject setter) static voidpython.PyBool_Type(PyTypeObject setter) static voidpython.PyByteArray_Type(PyTypeObject setter) static voidpython.PyByteArrayIter_Type(PyTypeObject setter) static voidpython.PyBytes_Type(PyTypeObject setter) static voidpython.PyBytesIter_Type(PyTypeObject setter) static voidpython.PyCallIter_Type(PyTypeObject setter) static voidpython.PyCapsule_Type(PyTypeObject setter) static voidpython.PyCell_Type(PyTypeObject setter) static voidpython.PyCFunction_Type(PyTypeObject setter) static voidpython.PyClassMethod_Type(PyTypeObject setter) static voidpython.PyClassMethodDescr_Type(PyTypeObject setter) static PyObjectpython.PyCMethod_New(PyMethodDef arg0, PyObject arg1, PyObject arg2, PyTypeObject arg3) static voidpython.PyCMethod_Type(PyTypeObject setter) static voidpython.PyCode_Type(PyTypeObject setter) static voidpython.PyComplex_Type(PyTypeObject setter) static voidpython.PyContext_Type(PyTypeObject setter) static voidpython.PyContextToken_Type(PyTypeObject setter) static voidpython.PyContextVar_Type(PyTypeObject setter) static voidpython.PyCoro_Type(PyTypeObject setter) static PyObjectpython.PyDescr_NewClassMethod(PyTypeObject arg0, PyMethodDef arg1) static PyObjectpython.PyDescr_NewGetSet(PyTypeObject arg0, PyGetSetDef arg1) static PyObjectpython.PyDescr_NewMember(PyTypeObject arg0, PyMemberDef arg1) static PyObjectpython.PyDescr_NewMethod(PyTypeObject arg0, PyMethodDef arg1) static voidpython.PyDict_Type(PyTypeObject setter) static voidpython.PyDictItems_Type(PyTypeObject setter) static voidpython.PyDictIterItem_Type(PyTypeObject setter) static voidpython.PyDictIterKey_Type(PyTypeObject setter) static voidpython.PyDictIterValue_Type(PyTypeObject setter) static voidpython.PyDictKeys_Type(PyTypeObject setter) static voidpython.PyDictProxy_Type(PyTypeObject setter) static voidpython.PyDictRevIterItem_Type(PyTypeObject setter) static voidpython.PyDictRevIterKey_Type(PyTypeObject setter) static voidpython.PyDictRevIterValue_Type(PyTypeObject setter) static voidpython.PyDictValues_Type(PyTypeObject setter) static voidpython.PyEllipsis_Type(PyTypeObject setter) static voidpython.PyEnum_Type(PyTypeObject setter) static voidpython.PyFilter_Type(PyTypeObject setter) static voidpython.PyFloat_Type(PyTypeObject setter) static voidpython.PyFrozenSet_Type(PyTypeObject setter) static voidpython.PyFunction_Type(PyTypeObject setter) static voidpython.PyGen_Type(PyTypeObject setter) static voidpython.PyGetSetDescr_Type(PyTypeObject setter) static voidpython.PyInstanceMethod_Type(PyTypeObject setter) static voidpython.PyList_Type(PyTypeObject setter) static voidpython.PyListIter_Type(PyTypeObject setter) static voidpython.PyListRevIter_Type(PyTypeObject setter) static voidpython.PyLong_Type(PyTypeObject setter) static voidpython.PyLongRangeIter_Type(PyTypeObject setter) static voidpython.PyMap_Type(PyTypeObject setter) static voidpython.PyMemberDescr_Type(PyTypeObject setter) static voidpython.PyMemoryView_Type(PyTypeObject setter) static voidpython.PyMethod_Type(PyTypeObject setter) static voidpython.PyMethodDescr_Type(PyTypeObject setter) static intpython.PyModule_AddType(PyObject module, PyTypeObject type) static voidpython.PyModule_Type(PyTypeObject setter) static voidpython.PyModuleDef_Type(PyTypeObject setter) static Pointerpython.PyObject_GetTypeData(PyObject obj, PyTypeObject cls) static PyObjectpython.PyObject_Init(PyObject arg0, PyTypeObject arg1) static PyVarObjectpython.PyObject_InitVar(PyVarObject arg0, PyTypeObject arg1, long arg2) static intpython.PyObject_TypeCheck(PyObject ob, PyTypeObject type) static voidpython.PyODict_Type(PyTypeObject setter) static voidpython.PyODictItems_Type(PyTypeObject setter) static voidpython.PyODictIter_Type(PyTypeObject setter) static voidpython.PyODictKeys_Type(PyTypeObject setter) static voidpython.PyODictValues_Type(PyTypeObject setter) static voidpython.PyPickleBuffer_Type(PyTypeObject setter) static voidpython.PyProperty_Type(PyTypeObject setter) static voidpython.PyRange_Type(PyTypeObject setter) static voidpython.PyRangeIter_Type(PyTypeObject setter) static voidpython.PyReversed_Type(PyTypeObject setter) static voidpython.PySeqIter_Type(PyTypeObject setter) static voidpython.PySet_Type(PyTypeObject setter) static voidpython.PySetIter_Type(PyTypeObject setter) static voidpython.PySlice_Type(PyTypeObject setter) static voidpython.PyStaticMethod_Type(PyTypeObject setter) static voidpython.PyStdPrinter_Type(PyTypeObject setter) static voidpython.PyStructSequence_InitType(PyTypeObject type, PyStructSequence_Desc desc) static intpython.PyStructSequence_InitType2(PyTypeObject type, PyStructSequence_Desc desc) static PyObjectpython.PyStructSequence_New(PyTypeObject type) static voidpython.PySuper_Type(PyTypeObject setter) static voidpython.PyTraceBack_Type(PyTypeObject setter) static voidpython.PyTuple_Type(PyTypeObject setter) static voidpython.PyTupleIter_Type(PyTypeObject setter) static PyObjectpython.PyType_FromMetaclass(PyTypeObject arg0, PyObject arg1, PyType_Spec arg2, PyObject arg3) static PyObjectpython.PyType_GenericAlloc(PyTypeObject arg0, long arg1) static PyObjectpython.PyType_GenericNew(PyTypeObject arg0, PyObject arg1, PyObject arg2) static PyObjectpython.PyType_GetDict(PyTypeObject arg0) static longpython.PyType_GetFlags(PyTypeObject arg0) static PyObjectpython.PyType_GetFullyQualifiedName(PyTypeObject type) static PyObjectpython.PyType_GetModule(PyTypeObject arg0) static PyObjectpython.PyType_GetModuleByDef(PyTypeObject arg0, PyModuleDef arg1) static PyObjectpython.PyType_GetModuleName(PyTypeObject type) static Pointerpython.PyType_GetModuleState(PyTypeObject arg0) static PyObjectpython.PyType_GetName(PyTypeObject arg0) static PyObjectpython.PyType_GetQualName(PyTypeObject arg0) static Pointerpython.PyType_GetSlot(PyTypeObject arg0, int arg1) static longpython.PyType_GetTypeDataSize(PyTypeObject cls) static intpython.PyType_HasFeature(PyTypeObject type, long feature) static intpython.PyType_IsSubtype(PyTypeObject arg0, PyTypeObject arg1) static voidpython.PyType_Modified(PyTypeObject arg0) static intpython.PyType_Ready(PyTypeObject arg0) static intpython.PyType_SUPPORTS_WEAKREFS(PyTypeObject type) static voidpython.PyType_Type(PyTypeObject setter) static voidpython.PyUnicode_Type(PyTypeObject setter) static voidpython.PyUnicodeIter_Type(PyTypeObject setter) static PyObjectpython.PyUnstable_Object_GC_NewWithExtraData(PyTypeObject arg0, long arg1) static intpython.PyUnstable_Type_AssignVersionTag(PyTypeObject type) static voidpython.PyWrapperDescr_Type(PyTypeObject setter) static voidpython.PyZip_Type(PyTypeObject setter)