pyslang.Scope class

Methods

def find(self, arg0: str, /) -> Symbol
def lookupName(self, name: str, location: LookupLocation = ..., flags: LookupFlags = LookupFlags.None_) -> Symbol

Special methods

def __getitem__(self, arg0: int, /) -> object
def __iter__(self, /) -> typing.Iterator[Symbol]
def __len__(self, /) -> int

Properties

compilation: Compilation get
compilationUnit get
containingInstance get
defaultNetType get
isProceduralContext: bool get
isUninstantiated: bool get
timeScale: typing.Optional[TimeScale] get