Skip to main content

A package for with block that ignores exceptions

Project description

WithNoException

Python with block that ignores exceptions

Usage

from no_exception import NoException


def no_exception():
    with NoException():
        raise Exception()
    print("Hi")


def exception():
    raise Exception()
    print("Hi")


no_exception()  # Hi
exception()  # Exception is raised

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

no_exception-1.0.0.tar.gz (2.4 kB view hashes)

Uploaded Source

Built Distribution

no_exception-1.0.0-py3-none-any.whl (3.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page