bloqade.lanes.rewrite.transversal.RewriteGetItem
← Module overview
class
method
classRewriteGetItem¶source
bloqade.lanes.rewrite.transversal.RewriteGetItem
Bases: rewrite_abc.RewriteRule
Signature
class RewriteGetItem(transform_lane: Callable[[LocationAddress], Iterable[LocationAddress] | None])Parameters
| Name | Type | Description |
|---|---|---|
transform_lane | Callable[[LocationAddress], Iterable[LocationAddress] | None] |
Attributes
| Name | Type | Description |
|---|---|---|
transform_lane | Callable[[LocationAddress], Iterable[LocationAddress] | None] |
methodrewrite_Statement¶source
bloqade.lanes.rewrite.transversal.RewriteGetItem.rewrite_Statement