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_i0014.py 139B

12345678
  1. # pylint: disable-all
  2. """disable-all is usable as an inline option"""
  3. # no warning should be issued
  4. try:
  5. import this
  6. except:
  7. pass