deeplay.module Module#
Functions#
|
Decorator for methods that will be run after build instead of immediately. |
|
Decorator for methods that will be run after init _and_ immediately. |
|
|
|
|
|
Decorator for methods modify the object state. |
|
Issue a warning, or maybe ignore it or raise an exception. |
Classes#
|
|
|
|
|
|
|
A data object describing a homogeneous graph. The data object can hold node-level, link-level and graph-level attributes. In general, |
|
A base class for creating configurable, extensible modules with dynamic initialization and argument management. |
|
|
|
|
|
|
|
partial(func, *args, **keywords) - new function with partial application of the given arguments and keywords. |