You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 26, 2025. It is now read-only.
Of course with an arbitrary number of arguments. Everything can remain perfectly backwards-compatible because execnode.send() will work as it does now.
For instance, right now control.py has to do this:
It'd be much nicer if it could use
Of course with an arbitrary number of arguments. Everything can remain perfectly backwards-compatible because
execnode.send()will work as it does now.