Skip to main content

A simple solution to analysis and extract information from traceback.

Project description

A simple solution to analysis and extract information from traceback

usage

from graiax.mod.unwind import Report

with Report() as report:
    a = 1
    b = 2
    c = 'a'
    d = 1 + c

print(report.errors)
print(report.reports)

or

from graiax.mod.unwind import get_report

try:
    a = 1
    b = 2
    c = 'a'
    d = 1 + c
except Exception as e:
    print(get_report(e))

Project details


Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

unwind-0.3.0-py3-none-any.whl (7.3 kB view details)

Uploaded Python 3

File details

Details for the file unwind-0.3.0-py3-none-any.whl.

File metadata

  • Download URL: unwind-0.3.0-py3-none-any.whl
  • Upload date:
  • Size: 7.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: Python-urllib/3.8

File hashes

Hashes for unwind-0.3.0-py3-none-any.whl
Algorithm Hash digest
SHA256 78463fd4c0471a2d95146a8c894bbd9a9e978844ed61b662b15b815e3c28d020
MD5 bb4cd44996345f3974e173e1950c7f96
BLAKE2b-256 5d2f33aae337a71fe485d90c1b83197f28a87d4088cd86ce3fcbc04c3883dfcc

See more details on using hashes here.

Supported by

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