We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac3acb9 commit b179a0bCopy full SHA for b179a0b
1 file changed
python/ql/src/semmle/python/types/Extensions.qll
@@ -37,7 +37,7 @@ abstract deprecated class CustomPointsToFact extends @py_flow_node {
37
abstract predicate pointsTo(Context context, Object value, ClassObject cls, ControlFlowNode origin);
38
}
39
40
-/* For backwards compatibility */
+/** DEPRECATED -- Use PointsToExtension instead */
41
deprecated class FinalCustomPointsToFact = CustomPointsToFact;
42
43
abstract deprecated class CustomPointsToOriginFact extends CustomPointsToFact {
0 commit comments