IAspect
- class constructs.IAspect(*args, **kwargs)
Bases:
Protocol
Represents an Aspect.
Methods
- visit(node)
All aspects can visit an IConstruct.
- Parameters:
node (
IConstruct
)- Return type:
None
Bases: Protocol
Represents an Aspect.
Methods
All aspects can visit an IConstruct.
node (IConstruct
)
None