Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 211 Bytes

dict-iter-method.md

File metadata and controls

7 lines (4 loc) · 211 Bytes

Pattern: dict iter method

Issue: -

Description

Used for calls to dict.iterkeys(), itervalues() or iteritems() (Python 3 lacks these methods). This message can't be emitted when using Python >= 3.0.