awsc.base_control.ResourceRefByCommand

class awsc.base_control.ResourceRefByCommand(cmd)

A ResourceRefByCommand object refers to any openable control which is registered in the Session commander_options by the command.

Calling an instance of this object is equivalent to calling the opener classmethod of that class.

Methods

__call__(*args, **kwargs)

Call self as a function.

__init__(cmd)

Methods

__init__(cmd)