fix: Introduce ArrayVariable and update iteration node to handle it (#12001)
Signed-off-by: -LAN- <laipz8200@outlook.com>
This commit is contained in:
parent
8978a6a3ff
commit
9cfd1c67b6
3 changed files with 20 additions and 10 deletions
|
|
@ -21,6 +21,7 @@ from .variables import (
|
|||
ArrayNumberVariable,
|
||||
ArrayObjectVariable,
|
||||
ArrayStringVariable,
|
||||
ArrayVariable,
|
||||
FileVariable,
|
||||
FloatVariable,
|
||||
IntegerVariable,
|
||||
|
|
@ -43,6 +44,7 @@ __all__ = [
|
|||
"ArraySegment",
|
||||
"ArrayStringSegment",
|
||||
"ArrayStringVariable",
|
||||
"ArrayVariable",
|
||||
"FileSegment",
|
||||
"FileVariable",
|
||||
"FloatSegment",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue