--
You received this message because you are subscribed to the Google Groups "Blockly" group.
To unsubscribe from this group and stop receiving emails from it, send an email to blockly+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To unsubscribe from this group and stop receiving emails from it, send an email to blockly+u...@googlegroups.com.
Blockly.defineBlocksWithJsonArray([ { "type": "import_modul", "message0": "import modul", "previousStatement": null, "nextStatement": null }]); Blockly.Python['import_modul'] = function(block) { // Insert import at the top of the file. |
Blockly.Python.provideFunction_( 'import_modul', ['from modul import *;']) |
return ''; // Does not generate inline code. }; |
To unsubscribe from this group and stop receiving emails from it, send an email to blockly+unsubscribe@googlegroups.com.