Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0ffcf9c + c50d366 commit 04e3683Copy full SHA for 04e3683
1 file changed
python/ql/src/semmle/python/objects/ObjectAPI.qll
@@ -389,12 +389,12 @@ class ClassValue extends Value {
389
Types::failedInference(this, reason)
390
}
391
392
- /** Gets the nth base class of this class */
+ /** Gets the nth immediate base type of this class. */
393
ClassValue getBaseType(int n) {
394
result = Types::getBase(this, n)
395
396
397
- /** Gets a base class of this class */
+ /** Gets an immediate base type of this class. */
398
ClassValue getABaseType() {
399
result = Types::getBase(this, _)
400
0 commit comments