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 09d7ed0 + 21d531f commit 2081d0cCopy full SHA for 2081d0c
python/ql/src/semmle/python/objects/ObjectAPI.qll
@@ -649,6 +649,10 @@ class ClassValue extends Value {
649
* Note that this does not include other callables such as bound-methods.
650
*/
651
abstract class FunctionValue extends CallableValue {
652
+ /**
653
+ * Gets the qualified name for this function.
654
+ * Should return the same name as the `__qualname__` attribute on functions in Python 3.
655
+ */
656
abstract string getQualifiedName();
657
658
/** Gets a longer, more descriptive version of toString() */
0 commit comments