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.
1 parent 8a43fdc commit 660eda9Copy full SHA for 660eda9
1 file changed
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