List of Argument objects for all arguments in a function.
Definition at line 61 of file interface_parser/function.py.
◆ __init__()
def gtwrap.interface_parser.function.ArgumentList.__init__ |
( |
|
self, |
|
|
List[Argument] |
args_list |
|
) |
| |
◆ __len__()
int gtwrap.interface_parser.function.ArgumentList.__len__ |
( |
|
self | ) |
|
◆ __repr__()
str gtwrap.interface_parser.function.ArgumentList.__repr__ |
( |
|
self | ) |
|
◆ from_parse_result()
def gtwrap.interface_parser.function.ArgumentList.from_parse_result |
( |
ParseResults |
parse_result | ) |
|
|
static |
◆ list()
List[Argument] gtwrap.interface_parser.function.ArgumentList.list |
( |
|
self | ) |
|
◆ names()
List[str] gtwrap.interface_parser.function.ArgumentList.names |
( |
|
self | ) |
|
◆ to_cpp()
List[str] gtwrap.interface_parser.function.ArgumentList.to_cpp |
( |
|
self | ) |
|
◆ args_list
gtwrap.interface_parser.function.ArgumentList.args_list |
◆ rule
gtwrap.interface_parser.function.ArgumentList.rule |
|
static |
The documentation for this class was generated from the following file: