Participer au site avec un Tip
Rechercher
 

Améliorations / Corrections

Vous avez des améliorations (ou des corrections) à proposer pour ce document : je vous remerçie par avance de m'en faire part, cela m'aide à améliorer le site.

Emplacement :

Description des améliorations :

Module « PySide2.QtCore »

Classe « QCborError »

Informations générales

Héritage

builtins.object
    Object
        QCborError

Définition

class QCborError(Object):

Description [extrait de QCborError.__doc__]

QCborError(self)
QCborError(self, QCborError: PySide2.QtCore.QCborError)

Constructeur(s)

Signature du constructeur Description
__new__(*args, **kwargs) Create and return a new object. See help(type) for accurate signature. [extrait de __new__.__doc__]
__init__(self, /, *args, **kwargs) Initialize self. See help(type(self)) for accurate signature. [extrait de __init__.__doc__]

Liste des attributs statiques

Nom de l'attribut Valeur
AdvancePastEndPySide2.QtCore.QCborError.Code.AdvancePastEnd
c<attribute 'c' of 'PySide2.QtCore.QCborError' objects>
DataTooLargePySide2.QtCore.QCborError.Code.DataTooLarge
EndOfFilePySide2.QtCore.QCborError.Code.EndOfFile
GarbageAtEndPySide2.QtCore.QCborError.Code.GarbageAtEnd
IllegalNumberPySide2.QtCore.QCborError.Code.IllegalNumber
IllegalSimpleTypePySide2.QtCore.QCborError.Code.IllegalSimpleType
IllegalTypePySide2.QtCore.QCborError.Code.IllegalType
InputOutputErrorPySide2.QtCore.QCborError.Code.InputOutputError
InvalidUtf8StringPySide2.QtCore.QCborError.Code.InvalidUtf8String
NestingTooDeepPySide2.QtCore.QCborError.Code.NestingTooDeep
NoErrorPySide2.QtCore.QCborError.Code.NoError
UnexpectedBreakPySide2.QtCore.QCborError.Code.UnexpectedBreak
UnknownErrorPySide2.QtCore.QCborError.Code.UnknownError
UnknownTypePySide2.QtCore.QCborError.Code.UnknownType
UnsupportedTypePySide2.QtCore.QCborError.Code.UnsupportedType

Liste des opérateurs

Opérateurs hérités de la classe object

__eq__, __ge__, __gt__, __le__, __lt__, __ne__

Liste des méthodes

Toutes les méthodes Méthodes d'instance Méthodes statiques Méthodes dépréciées
Signature de la méthodeDescription
__copy__(self) __copy__(self) [extrait de __copy__.__doc__]
Code
toString(self) -> str toString(self) -> str [extrait de toString.__doc__]

Méthodes héritées de la classe Object

__init_subclass__, __subclasshook__

Méthodes héritées de la classe object

__delattr__, __dir__, __format__, __getattribute__, __hash__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__