Skip to content
This repository was archived by the owner on Sep 26, 2025. It is now read-only.
This repository was archived by the owner on Sep 26, 2025. It is now read-only.

More shortcut functions in node-side interfaces #20

Description

@barometz

For instance, right now control.py has to do this:

execnode.send({'target': 'core',
    'type': 'addhooks',
    'hooks': ['node_loaded']})

It'd be much nicer if it could use

execnode.addhooks('node_loaded')

Of course with an arbitrary number of arguments. Everything can remain perfectly backwards-compatible because execnode.send() will work as it does now.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions