Skip to main content

Try to import all modules below a given root

Project description

A context for writing a file which leaves it unchanged if an exception is thrown.

Example:

with safe_writer(filename) as fp:
    for line in source():
        print(line, file=fp)

# If there's an exception in the block, then `filename` is reverted
# to its initial state

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

safe_writer-0.9.3.tar.gz (2.3 kB view hashes)

Uploaded Source

Built Distribution

safe_writer-0.9.3-py3-none-any.whl (4.1 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