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 b15b77d commit 0df030dCopy full SHA for 0df030d
elephant/utils.py
@@ -463,7 +463,8 @@ def is_list_spiketrains(obj: object) -> bool:
463
Returns
464
-------
465
bool
466
- True if obj is an iterable containing only neo.SpikeTrain objects.
+ True if obj is an iterable containing only neo.SpikeTrain objects. A single `neo.SpikeTrain` object (not inside
467
+ an iterable) will return `False`.
468
469
"""
470
0 commit comments