Skip to content

Files

Latest commit

 

History

History
7 lines (4 loc) · 211 Bytes

dict-view-method.md

File metadata and controls

7 lines (4 loc) · 211 Bytes

Pattern: dict view method

Issue: -

Description

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