Skip to content

Files

Latest commit

 

History

History
7 lines (4 loc) · 157 Bytes

init-is-generator.md

File metadata and controls

7 lines (4 loc) · 157 Bytes

Pattern: __init__ is generator

Issue: -

Description

Used when the special class method __init__ is turned into a generator by a yield in its body.