pyslang.AbortAssertionExpr class

Enums

class Action: Accept = 0 Reject = 1
Members:

Special methods

def __repr__(self, /) -> str

Properties

action get
bad: bool get
condition get
expr: AssertionExpr get
isSync: bool get
kind: AssertionExprKind get
syntax get

Data

Accept = Action.Accept
Reject = Action.Reject