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.

not_context_manager.txt 455B

12345
  1. not-context-manager:23::Context manager 'NotAManager' doesn't implement __enter__ and __exit__.
  2. not-context-manager:37::Context manager 'dec' doesn't implement __enter__ and __exit__.
  3. not-context-manager:55::Context manager 'int' doesn't implement __enter__ and __exit__.
  4. not-context-manager:90::Context manager 'int' doesn't implement __enter__ and __exit__.
  5. not-context-manager:134::Context manager 'generator' doesn't implement __enter__ and __exit__.