Convenience facilities for managing exceptions.
Project description
Presents:
return_exc_info: call supplied function with arguments, return either (function_result, None) or (None, exc_info) if an exception was raised.
@returns_exc_info, a decorator for a function which wraps in it return_exc_info.
@noexc, a decorator for a function whose exceptions should never escape; instead they are logged. The initial use case was inside logging functions, where I have had a failed logging action abort a program. Obviously this is a decorator which should see very little use.
@noexc_gen, a decorator for generators with similar effect to @noexc for ordinary functions.
NoExceptions, a context manager to intercept most exceptions
LogExceptions, a context manager to log exceptions
@logexc, a decorator to make a function log exceptions it raises
@transmute, a decorator to transmute an inner exception to another exception type
@unattributable, a decorator to transmute inner AttributeError into a RuntimeError
@unimplemented, a decorator to make a method raise NotImplementedError
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file cs.excutils-20170904.tar.gz
.
File metadata
- Download URL: cs.excutils-20170904.tar.gz
- Upload date:
- Size: 3.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 605660d398b1c4756f66d824b30b0ea8af71982d46790391fe81ba5cdfa506a1 |
|
MD5 | f0a5550d44253880eb9ee0f84b098f3e |
|
BLAKE2b-256 | f4bcc92461b72230cb3b9338e59d79cd940e42457c7cee218c35d9b8467e7779 |