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.QtScript »

Classe « QScriptContext »

Informations générales

Héritage

builtins.object
    Object
        QScriptContext

Définition

class QScriptContext(Object):

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__]

Liste des attributs statiques

Nom de l'attribut Valeur
ExceptionStatePySide2.QtScript.QScriptContext.ExecutionState.ExceptionState
NormalStatePySide2.QtScript.QScriptContext.ExecutionState.NormalState
RangeErrorPySide2.QtScript.QScriptContext.Error.RangeError
ReferenceErrorPySide2.QtScript.QScriptContext.Error.ReferenceError
SyntaxErrorPySide2.QtScript.QScriptContext.Error.SyntaxError
TypeErrorPySide2.QtScript.QScriptContext.Error.TypeError
UnknownErrorPySide2.QtScript.QScriptContext.Error.UnknownError
URIErrorPySide2.QtScript.QScriptContext.Error.URIError

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
activationObject(self) -> PySide2.QtScript.QScriptValue activationObject(self) -> PySide2.QtScript.QScriptValue [extrait de activationObject.__doc__]
argument(self, index: int) -> PySide2.QtScript.QScriptValue argument(self, index: int) -> PySide2.QtScript.QScriptValue [extrait de argument.__doc__]
argumentCount(self) -> int argumentCount(self) -> int [extrait de argumentCount.__doc__]
argumentsObject(self) -> PySide2.QtScript.QScriptValue argumentsObject(self) -> PySide2.QtScript.QScriptValue [extrait de argumentsObject.__doc__]
backtrace(self) -> typing.List[str] backtrace(self) -> typing.List[str] [extrait de backtrace.__doc__]
callee(self) -> PySide2.QtScript.QScriptValue callee(self) -> PySide2.QtScript.QScriptValue [extrait de callee.__doc__]
engine(self) -> PySide2.QtScript.QScriptEngine engine(self) -> PySide2.QtScript.QScriptEngine [extrait de engine.__doc__]
Error
ExecutionState
isCalledAsConstructor(self) -> bool isCalledAsConstructor(self) -> bool [extrait de isCalledAsConstructor.__doc__]
parentContext(self) -> PySide2.QtScript.QScriptContext parentContext(self) -> PySide2.QtScript.QScriptContext [extrait de parentContext.__doc__]
popScope(self) -> PySide2.QtScript.QScriptValue popScope(self) -> PySide2.QtScript.QScriptValue [extrait de popScope.__doc__]
pushScope(self, object: PySide2.QtScript.QScriptValue) pushScope(self, object: PySide2.QtScript.QScriptValue) [extrait de pushScope.__doc__]
returnValue(self) -> PySide2.QtScript.QScriptValue returnValue(self) -> PySide2.QtScript.QScriptValue [extrait de returnValue.__doc__]
scopeChain(self) -> typing.List[PySide2.QtScript.QScriptValue] scopeChain(self) -> typing.List[PySide2.QtScript.QScriptValue] [extrait de scopeChain.__doc__]
setActivationObject(self, activation: PySide2.QtScript.QScriptValue) setActivationObject(self, activation: PySide2.QtScript.QScriptValue) [extrait de setActivationObject.__doc__]
setReturnValue(self, result: PySide2.QtScript.QScriptValue) setReturnValue(self, result: PySide2.QtScript.QScriptValue) [extrait de setReturnValue.__doc__]
setThisObject(self, thisObject: PySide2.QtScript.QScriptValue) setThisObject(self, thisObject: PySide2.QtScript.QScriptValue) [extrait de setThisObject.__doc__]
state(self) -> PySide2.QtScript.QScriptContext.ExecutionState state(self) -> PySide2.QtScript.QScriptContext.ExecutionState [extrait de state.__doc__]
thisObject(self) -> PySide2.QtScript.QScriptValue thisObject(self) -> PySide2.QtScript.QScriptValue [extrait de thisObject.__doc__]
throwError throwError(self, error: PySide2.QtScript.QScriptContext.Error, text: str) -> PySide2.QtScript.QScriptValue [extrait de throwError.__doc__]
throwValue(self, value: PySide2.QtScript.QScriptValue) -> PySide2.QtScript.QScriptValue throwValue(self, value: PySide2.QtScript.QScriptValue) -> PySide2.QtScript.QScriptValue [extrait de throwValue.__doc__]
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__