Last analyzed 6ca2230 6 months ago
Default analysis branch is
Currently analyzing run
Method has no argument PYL-E0211
Bug risk
6 months ago6 months old
Method has no argument
 54    def __getattr__(self, key):
 55        return key
 56
 57    def get_i(): 58        return ImaginaryNumber()
 59
 60