interfaces.Initializable.Initializable(a, b, …argsopt)

new Initializable(a, b, …argsopt)

Constructs an instance of an Initializable.
Parameters:
Name Type Attributes Description
a * Instance methods this integration/interface must have in addition to those up the prototype change
b * Static methods this integration/interface must have in addition to those up the prototype change
args * <optional>
<repeatable>
Arguments to pass to __init__ if it exists.
See: