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 d535246 commit 2f3967cCopy full SHA for 2f3967c
python/ql/src/semmle/python/objects/ObjectAPI.qll
@@ -848,7 +848,7 @@ module ClassValue {
848
849
/** Get the `ClassValue` for the `StopIteration` class. */
850
ClassValue stopIteration() {
851
- result = TBuiltinClassObject(Builtin::special("StopIteration"))
+ result = TBuiltinClassObject(Builtin::builtin("StopIteration"))
852
}
853
854
/** Get the `ClassValue` for the class of modules. */
0 commit comments