Skip to content

Files

Latest commit

 

History

History
7 lines (4 loc) · 210 Bytes

next-method-called.md

File metadata and controls

7 lines (4 loc) · 210 Bytes

Pattern: next() method called

Issue: -

Description

Used when an object's next() method is called (Python 3 uses the next() built-in function). This message can't be emitted when using Python >= 3.0.