Skip to content Skip to sidebar Skip to footer
Showing posts with the label Raise

How To Imitate Python 3's Raise ... From In Python 2?

Python 3 has the neat try: raise OneException('sorry') except OneException as e: # … Read more How To Imitate Python 3's Raise ... From In Python 2?