Is it a deliberate design choice or will the features be added over time?
Personally I found it very useful and used it in a ton of workflows which are broken now and I cannot downgrade my n8n cloud instance to a version where Pyodide is supported. The oldest version I can select is [email protected] where I am forced to select the Python Native block variant.
The `_(“”).all()` functionality isn’t supported in Python (Native - beta) because it’s a Pyodide-specific feature. This is due to architectural differences between Pyodide and the new native Python implementation. While I can’t confirm future plans, you might consider using item lists or manual JSON manipulation as a workaround for now.