Parity between Python and Javascript features in workflows

It would be nice if all the features which were available in Javascript code blocks were available in Python ones as well. It currently looks like you can't call re-usable functions or trigger other code blocks using the trigger function (e.g. await myCodeBlock.trigger(...) or similar) - these useful features are Javascript only.