We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74f8820 commit 92caa42Copy full SHA for 92caa42
mne_bids/read.py
@@ -542,7 +542,7 @@ def _handle_info_reading(sidecar_fname, raw):
542
543
544
@verbose
545
-def events_file_to_annotation_kwargs(events_fname: str | Path, verbose=None) -> dict:
+def events_file_to_annotation_kwargs(events_fname: str | Path, *, verbose=None) -> dict:
546
r"""
547
Read the ``events.tsv`` file and extract onset, duration, and description.
548
0 commit comments