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_i0020.py 172B

12345678
  1. """Test for reporting of suppressed messages."""
  2. __revision__ = 0
  3. def suppressed():
  4. """A function with an unused variable."""
  5. # pylint: disable=W0612
  6. var = 0