mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-08 13:04:46 +08:00
shlex.shlex should match the Iterator protocol, for which it needs both `__iter__` and `__next__` (`next` in Python 2) defined.
shlex.shlex should match the Iterator protocol, for which it needs both `__iter__` and `__next__` (`next` in Python 2) defined.