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_w0623.txt 850B

1234567891011
  1. C: 28:some_function: Variable name "FOO" doesn't conform to 'variable-name-hint' template
  2. C: 41: Constant name "exc3" doesn't conform to 'constant-name-hint' template
  3. C: 55: Variable name "OOPS" doesn't conform to 'variable-name-hint' template
  4. W: 18:some_function: Redefining name 'RuntimeError' from object 'exceptions' in exception handler
  5. W: 20:some_function: Redefining name 'OSError' from builtins in exception handler
  6. W: 20:some_function: Unused variable 'OSError'
  7. W: 22:some_function: Redefining name 'MyError' from outer scope (line 7) in exception handler
  8. W: 22:some_function: Unused variable 'MyError'
  9. W: 45: Redefining name 'RuntimeError' from object 'exceptions' in exception handler
  10. W: 47: Redefining name 'OSError' from builtins in exception handler
  11. W: 49: Redefining name 'MyOtherError' from outer scope (line 36) in exception handler