Julien Danjou 11/4/2019

Finding definitions from a source file and a line number in Python

Read Original

This article details a Python programming challenge: determining the enclosing function, method, or class for a given line number in a source file. It explains why simple parsing is insufficient and presents a robust solution using Python's `ast` and `tokenize` modules to correctly handle file encoding and traverse the Abstract Syntax Tree to find the closest definition.

Finding definitions from a source file and a line number in Python

Comments

No comments yet

Be the first to share your thoughts!

Browser Extension

Get instant access to AllDevBlogs from your browser

Top of the Week

No top articles yet