class
SystemSubroutineEnums
- class WithClauseMode: None_ = 0 Iterator = 1 Randomize = 2
- Members:
Static methods
- def badArg(…)
- def bindArgument(…)
- def checkArgCount(…)
- def checkArguments(…)
- def eval(…)
- def noHierarchical(…)
- def notConst(…)
- def unevaluatedContext(sourceContext: ASTContext) -> ASTContext
Methods
- def allowClockingArgument(self, argIndex: int) -> bool
- def allowEmptyArgument(self, argIndex: int) -> bool
- def kindStr(self, /) -> str
Special methods
- def __init__(self, name: str, kind: SubroutineKind) -> None
- def __repr__(self, /) -> str
Properties
- hasOutputArgs: bool get set
- kind: SubroutineKind get set
- name: str get set
- withClauseMode get set