romtools.hpc.decorators#

Functions

dispatch(fn)

Execute the method on a remote host if a dispatcher is available.

require_connection(func)

Ensure a connection exists before executing a method.

romtools.hpc.decorators.dispatch(fn)[source]#

Execute the method on a remote host if a dispatcher is available.

Parameters:

fn (T)

Return type:

T

romtools.hpc.decorators.require_connection(func)[source]#

Ensure a connection exists before executing a method.