Last analyzed 991ffe6 19 days ago
Default analysis branch is
Currently analyzing run
raise NotImplemented should be raise NotImplementedError FLK-F901
Bug risk
a month ago6 months old
'raise NotImplemented' should be 'raise NotImplementedError'
 19        self.limits = (1, 10)
 20
 21    def get_number(self, min_max):
 22        raise NotImplemented 23
 24    def smethod():
 25        """static method-to-be"""