The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Parse::StackTrace::Type::Python - A stack trace produced by python

DESCRIPTION

This is an implementation of Parse::StackTrace for Python tracebacks.

The parser will only parse the first Python stack trace it finds in a block of text, and then stop parsing.

SEE ALSO

Parse::StackTrace::Type::Python::Thread
Parse::StackTrace::Type::Python::Frame