Development of an internal social media platform with personalised dashboards for students
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

func_first_arg.txt 681B

123456789
  1. C: 10:Obj.__new__: Class method __new__ should have 'cls' as first argument
  2. C: 18:Obj.class2: Class method class2 should have 'cls' as first argument
  3. C: 25:Meta.__new__: Metaclass class method __new__ should have 'mcs' as first argument
  4. C: 32:Meta.method2: Metaclass method method2 should have 'cls' as first argument
  5. C: 40:Meta.class2: Metaclass class method class2 should have 'mcs' as first argument
  6. R: 16:Obj: Consider using a decorator instead of calling classmethod
  7. R: 20:Obj: Consider using a decorator instead of calling classmethod
  8. R: 38:Meta: Consider using a decorator instead of calling classmethod
  9. R: 42:Meta: Consider using a decorator instead of calling classmethod