Public Member Functions | |
def | __init__ |
def | __repr__ (self) |
Public Attributes | |
args | |
name | |
parent | |
Static Public Attributes | |
tuple | rule |
Rule to parse the class constructor. Can have 0 or more arguments.
Definition at line 116 of file classes.py.
def gtwrap.interface_parser.classes.Constructor.__init__ | ( | self, | |
name | |||
) |
Definition at line 130 of file classes.py.
def gtwrap.interface_parser.classes.Constructor.__repr__ | ( | self, | |
str | |||
) |
Definition at line 138 of file classes.py.
gtwrap.interface_parser.classes.Constructor.args |
Definition at line 134 of file classes.py.
gtwrap.interface_parser.classes.Constructor.name |
Definition at line 133 of file classes.py.
gtwrap.interface_parser.classes.Constructor.parent |
Definition at line 136 of file classes.py.
|
static |
Definition at line 121 of file classes.py.