Skip to content

Update ExtendedPythonGenerator so it collects mrc_class_method_def blocks #62

@lizlooney

Description

@lizlooney

Currently in ExtendedPythonGenerator.init, we call Blockly.Procedures.allProcedures to collect the procedures that have been defined in the blockly workspace. This information is used to create the "exported" blocks for the Project module so that they can be used from other modules (Mechanisms and OpModes) in the same project.

Instead of, or in addition to, collecting procedures, we need to collect mrc_class_method_def blocks.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions