refactor loopblock value (#1379)

This commit is contained in:
LawyZheng 2024-12-13 01:19:38 +08:00 committed by GitHub
parent 086ab6820c
commit 0a6a2d8d33
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 87 additions and 26 deletions

View file

@ -142,6 +142,7 @@ class ForLoopBlockYAML(BlockYAML):
loop_over_parameter_key: str
loop_blocks: list["BLOCK_YAML_SUBCLASSES"]
loop_variable_reference: str | None = None
class CodeBlockYAML(BlockYAML):