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::Frame - A frame from a Python stack trace

DESCRIPTION

This is an implementation of Parse::StackTrace::Frame.

Python frames always have a file, line, function, and code specified, and nothing else specified.