You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
We were missing the import statement. However, this doesn't work on our
benchmarks, which makes me think that the import statement statement may
be missing there.
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:
https://github.com/ponder-lab/ML/blob/6974735c51fd827cdfef4d7a58fa7442a2a615c4/com.ibm.wala.cast.python.test/data/proj49/src/test_module10.py#L3-L9
Further suppose that the above file is under the
src
directory. The name of the about function is thenLscript src/test_module10.py/test_dummy
. Somehow, when functions have names under directories likesrc
, they are not getting captured in the closure provided by the decorator summary:ML/com.ibm.wala.cast.python/data/pytest.xml
Lines 6 to 35 in b813bde
The text was updated successfully, but these errors were encountered: