meta data for this page
  •  

This is an old revision of the document!


Exceptions

Ignore exception

try:
    do_something()
except Exception:
    pass