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 docstring and doctest say that lists are considered iterators, but isiterator([1, 2, 3]) (one of the docstring examples) returns False (which I think is a more useful behavior.
Is this doctest not run?
The text was updated successfully, but these errors were encountered:
The docstring and doctest say that lists are considered iterators, but
isiterator([1, 2, 3])
(one of the docstring examples) returns False (which I think is a more useful behavior.Is this doctest not run?
The text was updated successfully, but these errors were encountered: