We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d4bbb0f + 660eda9 commit 8b58b80Copy full SHA for 8b58b80
python/ql/src/semmle/python/objects/Callables.qll
@@ -11,9 +11,6 @@ private import semmle.python.types.Builtins
11
12
abstract class CallableObjectInternal extends ObjectInternal {
13
14
- /** Gets the name of this callable */
15
- abstract string getName();
16
-
17
/** Gets the scope of this callable if it has one */
18
abstract Function getScope();
19
0 commit comments