You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The example extractor implementation declares a signature that contains _=None. I find this confusing. It corresponds to the output_location: Optional[Union[IO, str] argument of the base class.
I believe this makes things needlessly complex. Why not simply spell things out and add a comment that it is used, because of DataOutputCategory.IMMEDIATE
The text was updated successfully, but these errors were encountered:
The example extractor implementation declares a signature that contains
_=None
. I find this confusing. It corresponds to theoutput_location: Optional[Union[IO, str]
argument of the base class.To make this connection is important for understanding the description in http://docs.datalad.org/projects/metalad/en/latest/user_guide/writing-extractors.html#extract
I believe this makes things needlessly complex. Why not simply spell things out and add a comment that it is used, because of
DataOutputCategory.IMMEDIATE
The text was updated successfully, but these errors were encountered: