About Anaconda Help Download Anaconda

anaconda / packages / python-tblib 1.7.1

Serialization library for Exceptions and Tracebacks.

Installers

  • linux-s390x v1.7.1
  • linux-64 v1.7.1
  • osx-arm64 v1.7.1
  • osx-64 v1.7.1
  • linux-aarch64 v1.7.1
  • win-64 v1.7.1
  • linux-ppc64le v1.7.1

conda install

To install this package run one of the following:
conda install anaconda::python-tblib

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.


© 2024 Anaconda, Inc. All Rights Reserved. (v4.0.5) Legal | Privacy Policy