wala/ML
Decorated functions specifying a PYTHONPATH don't show up in the call graph
Offen
#198 geöffnet am 14.06.2024
PYTHONPATHbugdecoratorshelp wanted
Repository-Metriken
- Stars
- (27 Sterne)
- PR-Merge-Metriken
- (PR-Metriken ausstehend)
Beschreibung
Decorated functions that are part of a PYTHONPATH, i.e., it's name is qualified with a directory path, don't show up in the call graph.
For example, suppose we have the following:
Further suppose that the above file is under the src directory. The name of the about function is then Lscript src/test_module10.py/test_dummy. Somehow, when functions have names under directories like src, they are not getting captured in the closure provided by the decorator summary: