class
EvalContextClasses
- class Frame
Static methods
- def createLocal(…)
- def deleteLocal(…)
- def findLocal(…)
- def pushFrame(…)
- def pushLValue(…)
- def setDisableTarget(…)
- def step(…)
Methods
- def dumpStack(self, /) -> str
- def popFrame(self, /) -> None
- def popLValue(self, /) -> None
- def pushEmptyFrame(self, /) -> None
Special methods
- def __init__(…)
Properties
- cacheResults: bool get
- diagnostics get
- disableRange get
- disableTarget get
- flags: EvalFlags get
- inFunction: bool get
- queueTarget get set
- topFrame get
- topLValue get