Skip to content

Abc

AttrTrait dataclass

AttrTrait()

Bases: Trait['Attribute']

Base class for all attribute traits.

RegionTrait dataclass

RegionTrait()

Bases: StmtTrait, Generic[GraphType]

A trait that indicates the properties of the statement's region.

StmtTrait dataclass

StmtTrait()

Bases: Trait['Statement'], ABC

Base class for all statement traits.

Trait dataclass

Trait()

Bases: ABC, Generic[IRNodeType]

Base class for all statement traits.