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 3cfc1e5 commit 21d531fCopy full SHA for 21d531f
python/ql/src/semmle/python/objects/ObjectAPI.qll
@@ -632,6 +632,10 @@ class ClassValue extends Value {
632
* Note that this does not include other callables such as bound-methods.
633
*/
634
abstract class FunctionValue extends CallableValue {
635
+ /**
636
+ * Gets the qualified name for this function.
637
+ * Should return the same name as the `__qualname__` attribute on functions in Python 3.
638
+ */
639
abstract string getQualifiedName();
640
641
/** Gets a longer, more descriptive version of toString() */
0 commit comments