refactor loopblock value (#1381)

This commit is contained in:
LawyZheng 2024-12-13 02:37:37 +08:00 committed by GitHub
parent f5691d5742
commit f028b48892
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):