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
There are certain decorators that cause the call graph to be created correctly. Several times now, I see that nodes are missing when the function is decorated. The decorator can alter the behavior of the function, and I assume that the call graph construction is trying to account for that. More info soon.
The text was updated successfully, but these errors were encountered:
If a decorator comes from a library, it needs an XML summary (like the ones in pytest.xml). Either we need to add the summary, or the problem is with the issues referenced in #91 (comment).
There are certain decorators that cause the call graph to be created correctly. Several times now, I see that nodes are missing when the function is decorated. The decorator can alter the behavior of the function, and I assume that the call graph construction is trying to account for that. More info soon.
The text was updated successfully, but these errors were encountered: