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.

try_finally_disable_msg_crash.py 60B

12345
  1. try:
  2. pass
  3. finally:
  4. # pylint: disable=W0201
  5. pass