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.

ctor_arguments.txt 2.1KB

123456789101112131415161718192021222324
  1. no-value-for-parameter:35::No value for argument 'first_argument' in constructor call
  2. too-many-function-args:36::Too many positional arguments for constructor call
  3. no-value-for-parameter:38::No value for argument 'third_argument' in constructor call
  4. no-value-for-parameter:40::No value for argument 'first_argument' in constructor call
  5. no-value-for-parameter:40::No value for argument 'second_argument' in constructor call
  6. no-value-for-parameter:40::No value for argument 'third_argument' in constructor call
  7. too-many-function-args:42::Too many positional arguments for constructor call
  8. no-value-for-parameter:47::No value for argument 'first_argument' in constructor call
  9. unexpected-keyword-arg:47::Unexpected keyword argument 'bob' in constructor call
  10. unexpected-keyword-arg:48::Unexpected keyword argument 'coin' in constructor call
  11. redundant-keyword-arg:50::Argument 'one' passed by position and keyword in constructor call
  12. no-value-for-parameter:53::No value for argument 'first_argument' in constructor call
  13. too-many-function-args:54::Too many positional arguments for constructor call
  14. too-many-function-args:60::Too many positional arguments for constructor call
  15. too-many-function-args:63::Too many positional arguments for constructor call
  16. no-value-for-parameter:64::No value for argument 'first_argument' in constructor call
  17. unexpected-keyword-arg:64::Unexpected keyword argument 'one' in constructor call
  18. too-many-function-args:85::Too many positional arguments for constructor call
  19. unexpected-keyword-arg:85::Unexpected keyword argument 'badarg' in constructor call
  20. too-many-function-args:95:Clsmethod.from_nothing:Too many positional arguments for constructor call
  21. no-value-for-parameter:99:Clsmethod.from_nothing1:"No value for argument 'first' in constructor call"
  22. no-value-for-parameter:99:Clsmethod.from_nothing1:"No value for argument 'second' in constructor call"
  23. no-value-for-parameter:104:Clsmethod.from_nothing2:"No value for argument 'second' in constructor call"
  24. unexpected-keyword-arg:104:Clsmethod.from_nothing2:"Unexpected keyword argument 'not_argument' in constructor call"