CMD + K

python-tblib

Anaconda Verified

Serialization library for Exceptions and Tracebacks.

Installation

To install this package, run one of the following:

Conda
$conda install anaconda::python-tblib

Usage Tracking

1.7.1
1 / 8 versions selected
Downloads (Last 6 months): 0

Description

It allows you to: * Pickle tracebacks and raise exceptions with pickled tracebacks in different processes. This allows better error handling when running code over multiple processes (imagine multiprocessing, billiard, futures, celery etc). * Create traceback objects from strings (the fromstring method). No pickling is used. * Serialize tracebacks to/from plain dicts (the fromdict and to_dict methods). No pickling is used. * Raise the tracebacks created from the aforementioned sources. * Pickle an Exception together with its traceback and exception chain (raise ... from ...) (Python 3 only) Again, note that using the pickle support is completely optional. You are solely responsible for security problems should you decide to use the pickle support.

About

Summary

Serialization library for Exceptions and Tracebacks.

Last Updated

Jun 7, 2023 at 14:53

License

BSD-2-Clause

Total Downloads

1.0K

Supported Platforms

linux-ppc64le
linux-aarch64
linux-s390x
macOS-64
macOS-arm64
linux-64
win-64