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.