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 6d0496c commit 4be2098Copy full SHA for 4be2098
neo/io/neuralynxio.py
@@ -49,6 +49,8 @@ def __init__(
49
cache_path : str, optional
50
Folder path to use for cache files.
51
Default: 'same_as_resource'
52
+ exclude_filename: None,
53
+ Deprecated and will be removed. Please use `exclude_filenames` instead
54
include_filenames: str or list
55
Filename or list of filenames to be included. This can be absolute path or path relative to dirname.
56
exclude_filenames: str or list
0 commit comments