We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70e76c5 commit 624db2bCopy full SHA for 624db2b
src/editor/extended_python_generator.ts
@@ -144,6 +144,7 @@ export class ExtendedPythonGenerator extends PythonGenerator {
144
classMethods.push(this.classMethods[name])
145
}
146
this.classMethods = Object.create(null);
147
+ this.ports = Object.create(null);
148
code = classDef + this.prefixLines(classMethods.join('\n\n'), this.INDENT);
149
150
this.context.setExportedBlocks(this.produceExportedBlocks(this.workspace));
0 commit comments