You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: python/ql/lib/semmle/python/Function.qll
+1-3Lines changed: 1 addition & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -178,9 +178,7 @@ class FunctionDef extends Assign {
178
178
overridestringtoString(){result="FunctionDef"}
179
179
180
180
/** Gets the function for this statement */
181
-
FunctiongetDefinedFunction(){
182
-
result=f.getInnerScope()// XXX: This behaves very differently. But from inspecting the results of the previous version, that had every function in the same scope as the result.
0 commit comments