We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f5bb52 commit d76e4d5Copy full SHA for d76e4d5
1 file changed
symbols/arglist.py
@@ -16,10 +16,6 @@
16
class SymbolARGLIST(Symbol):
17
""" Defines a list of arguments in a function call or array access
18
"""
19
-
20
- def __init__(self, *args):
21
- super(SymbolARGLIST, self).__init__(*args)
22
23
@property
24
def args(self):
25
return self.children
0 commit comments