We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dcbd829 + f9b6ca7 commit bfe9041Copy full SHA for bfe9041
python/ql/lib/semmle/python/frameworks/internal/SubclassFinder.qll
@@ -74,9 +74,7 @@ private module NotExposed {
74
}
75
76
/** DEPRECATED: Alias for fullyQualifiedToApiGraphPath */
77
- deprecated string fullyQualifiedToAPIGraphPath(string fullyQaulified) {
78
- result = fullyQualifiedToApiGraphPath(fullyQaulified)
79
- }
+ deprecated predicate fullyQualifiedToAPIGraphPath = fullyQualifiedToApiGraphPath/1;
80
81
bindingset[this]
82
abstract class FindSubclassesSpec extends string {
0 commit comments