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