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