Commit 5aafa085 authored by Stefan Behnel's avatar Stefan Behnel

comment

parent 60bf01b9
......@@ -2940,7 +2940,7 @@ class PyClassDefNode(ClassDefNode):
child_attrs = ["body", "dict", "metaclass", "mkw", "bases", "classobj", "target"]
decorators = None
py3_style_class = False # Python3 style class
py3_style_class = False # Python3 style class (bases+kwargs)
def __init__(self, pos, name, bases, doc, body, decorators = None,
keyword_args = None, starstar_arg = None):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment