codeql icon indicating copy to clipboard operation
codeql copied to clipboard

Python: Support type annotations in call graph

Open tausbn opened this issue 5 months ago • 0 comments
trafficstars

Adds support for tracking instances via type annotations. Also adds a convenience method to the newly added Annotation class, getAnnotatedExpression, that returns the expression that is annotated with the given type. For return annotations this is any value returned from the annotated function in question.

tausbn avatar Jun 04 '25 14:06 tausbn