Home:ALL Converter>Any tool to find declaration of IDs in Python code?

Any tool to find declaration of IDs in Python code?

Ask Time:2013-06-07T00:15:19         Author:Prog1020

Json Formatter

Can some tool or library find declaration of function/variable IDs in Python source code? So i tell this tool or library (using it from my Windows app) ID name, source Python filename, and tool finds position of id declaration.

Author:Prog1020,eproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/16967106/any-tool-to-find-declaration-of-ids-in-python-code
yy