Skip to content
Snippets Groups Projects

Implement default metadata for components and adapters

Merged Martin Lange requested to merge default-metadata into main
3 files
+ 6
4
Compare changes
  • Side-by-side
  • Inline
Files
3
+ 1
1
@@ -71,7 +71,7 @@ class Adapter(IAdapter, Input, Output, ABC):
def metadata(self):
"""
The adapter's metadata.
Will only be called after the connect phase of the composition.
Will only be called after the connect phase from :attr:`Composition.metadata`.
Adapters can overwrite this property to add their own specific metadata:
Loading