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.

slots_checks.txt 629B

12345678
  1. invalid-slots:36:Bad:Invalid __slots__ object
  2. invalid-slots:39:SecondBad:Invalid __slots__ object
  3. invalid-slots-object:43:ThirdBad:Invalid object '2' in __slots__, must contain only non empty strings
  4. invalid-slots:45:FourthBad:Invalid __slots__ object
  5. invalid-slots-object:49:FifthBad:"Invalid object ""''"" in __slots__, must contain only non empty strings"
  6. single-string-used-for-slots:51:SixthBad:Class __slots__ should be a non-string iterable
  7. single-string-used-for-slots:54:SeventhBad:Class __slots__ should be a non-string iterable
  8. single-string-used-for-slots:57:EighthBad:Class __slots__ should be a non-string iterable