awsc.base_control.ResourceRefByClass
- class awsc.base_control.ResourceRefByClass(cmd)
A ResourceRefByClass object refers to any openable control which is registered in the Session control_registry by class name.
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)