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):
3636def ok4 (x = []):
3737 return len (x )
3838
39-
40-
41-
42-
4339def use_implicit_return_value (arg ):
4440 x = do_nothing ()
4541 return call_non_callable (arg )
@@ -128,12 +124,6 @@ def mutli_return(arg):
128124 else :
129125 return do_nothing ()
130126
131-
132-
133-
134-
135-
136-
137127#ODASA 3658
138128from sys import exit
139129#Consistent returns
You can’t perform that action at this time.
0 commit comments