new DepsCreatable(a, b, deps, …optsopt)
Creates an instance of an DepsCreatable. An instance method
create
and static method super_create
are
enforced.
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 | |
deps |
Object | The dependencies object passed by interfaces.DepsCreatable.create |
|
opts |
* |
<optional> <repeatable> |
Options passed to __defer_init__ if it exists. Note however that __init__ takes *both* deps and opts. |