Skip to content
Snippets Groups Projects
Commit f3f52f1e authored by Sebastian Müller's avatar Sebastian Müller 🐈
Browse files

Adapter: add doc for in_info

parent f9f0bc20
No related branches found
No related tags found
1 merge request!286Add mask to Info object
Pipeline #249623 passed with stages
in 4 minutes and 35 seconds
......@@ -61,6 +61,7 @@ class Adapter(IAdapter, Input, Output, ABC):
@final
@property
def in_info(self):
"""Info from connected source."""
return self._input_info
@property
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment