irx.builder.lowering.list
irx.builder.lowering.list
Source: packages/irx/src/irx/builder/lowering/list.py
title: Dynamic-list visitor mixins for llvmliteir.Classes
ListVisitorMixin(VisitorMixinBase)
title: Dynamic-list visitor mixin.Methods
visit(self, node: astx.ListComprehension) -> None
title: Visit ListComprehension nodes.
parameters:
node:
type: astx.ListComprehensionvisit(self, node: astx.SetComprehension) -> None
title: Visit SetComprehension nodes.
parameters:
node:
type: astx.SetComprehensionvisit(self, node: astx.DictComprehension) -> None
title: Visit DictComprehension nodes.
parameters:
node:
type: astx.DictComprehensionvisit(self, node: astx.ListCreate) -> None
title: Visit ListCreate nodes.
parameters:
node:
type: astx.ListCreatevisit(self, node: astx.ListIndex) -> None
title: Visit ListIndex nodes.
parameters:
node:
type: astx.ListIndexvisit(self, node: astx.ListLength) -> None
title: Visit ListLength nodes.
parameters:
node:
type: astx.ListLengthvisit(self, node: astx.ListAppend) -> None
title: Visit ListAppend nodes.
parameters:
node:
type: astx.ListAppend