Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d19957f

Browse files
committed
Puts use_of_apply example back into expressions_test to avoid messing up other tests
1 parent 2fb722b commit d19957f

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
| UseofApply.py:19:3:19:17 | ControlFlowNode for apply() | Call to the obsolete builtin function 'apply'. |
2+
| expressions_test.py:3:5:3:21 | ControlFlowNode for apply() | Call to the obsolete builtin function 'apply'. |
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2+
def use_of_apply(func, args):
3+
apply(func, args)
4+
15
def use_of_input():
26
return input()
37

0 commit comments

Comments
 (0)