1 2 3 4 5 6
""" Module to handle errors in Pythran. """ class PythranInternalError(Exception): """ Exception raise on Incorrect internal behavior in Pythran. """