File tree Expand file tree Collapse file tree 2 files changed +3
-13
lines changed
python/ql/test/query-tests/Functions/general Expand file tree Collapse file tree 2 files changed +3
-13
lines changed Original file line number Diff line number Diff line change 1
- | functions_test.py:99 :5:99 :40 | Function DeprecatedSliceMethods.__getslice__ | __getslice__ method has been deprecated since Python 2.0. |
2
- | functions_test.py:102 :5:102 :47 | Function DeprecatedSliceMethods.__setslice__ | __setslice__ method has been deprecated since Python 2.0. |
3
- | functions_test.py:105 :5:105 :40 | Function DeprecatedSliceMethods.__delslice__ | __delslice__ method has been deprecated since Python 2.0. |
1
+ | functions_test.py:95 :5:95 :40 | Function DeprecatedSliceMethods.__getslice__ | __getslice__ method has been deprecated since Python 2.0. |
2
+ | functions_test.py:98 :5:98 :47 | Function DeprecatedSliceMethods.__setslice__ | __setslice__ method has been deprecated since Python 2.0. |
3
+ | functions_test.py:101 :5:101 :40 | Function DeprecatedSliceMethods.__delslice__ | __delslice__ method has been deprecated since Python 2.0. |
Original file line number Diff line number Diff line change @@ -36,10 +36,6 @@ def ok3(x):
36
36
def ok4 (x = []):
37
37
return len (x )
38
38
39
-
40
-
41
-
42
-
43
39
def use_implicit_return_value (arg ):
44
40
x = do_nothing ()
45
41
return call_non_callable (arg )
@@ -128,12 +124,6 @@ def mutli_return(arg):
128
124
else :
129
125
return do_nothing ()
130
126
131
-
132
-
133
-
134
-
135
-
136
-
137
127
#ODASA 3658
138
128
from sys import exit
139
129
#Consistent returns
You can’t perform that action at this time.
0 commit comments