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.
1 parent 7b019da commit c02b6b3Copy full SHA for c02b6b3
python/ql/lib/semmle/python/frameworks/internal/SubclassFinder.qll
@@ -68,9 +68,9 @@ private module NotExposed {
68
// modeling. See https://github.com/github/codeql/pull/5632 for more discussion.
69
//
70
71
- bindingset[fullyQaulified]
72
- string fullyQualifiedToApiGraphPath(string fullyQaulified) {
73
- result = "moduleImport(\"" + fullyQaulified.replaceAll(".", "\").getMember(\"") + "\")"
+ bindingset[fullyQualified]
+ string fullyQualifiedToApiGraphPath(string fullyQualified) {
+ result = "moduleImport(\"" + fullyQualified.replaceAll(".", "\").getMember(\"") + "\")"
74
}
75
76
/** DEPRECATED: Alias for fullyQualifiedToApiGraphPath */
0 commit comments