mirror of
https://github.com/github/codeql.git
synced 2026-05-02 12:15:17 +02:00
Puts use_of_apply example back into expressions_test to avoid messing up other tests
This commit is contained in:
@@ -1 +1,2 @@
|
||||
| UseofApply.py:19:3:19:17 | ControlFlowNode for apply() | Call to the obsolete builtin function 'apply'. |
|
||||
| expressions_test.py:3:5:3:21 | ControlFlowNode for apply() | Call to the obsolete builtin function 'apply'. |
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
|
||||
def use_of_apply(func, args):
|
||||
apply(func, args)
|
||||
|
||||
def use_of_input():
|
||||
return input()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user