E0100 init-is-generatorΒΆ

Message

'__init__ method is a generator'

Description

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