Flutter Engine
The Flutter Engine
|
Public Member Functions | |
def | __init__ (self, func_value_ast, arg_list_ast, is_blink=False) |
Public Member Functions inherited from scripts.idlnode.IDLNode | |
def | __init__ (self, ast, id=None) |
def | __repr__ (self) |
def | __eq__ (self, other) |
def | __hash__ (self) |
def | reset_id (self, newId) |
def | all (self, type_filter=None) |
def | to_dict (self) |
def | to_hash (self) |
Public Attributes | |
id | |
arguments | |
Public Attributes inherited from scripts.idlnode.IDLNode | |
id | |
ext_attrs | |
annotations | |
members | |
IDLExtAttrFunctionValue.
Definition at line 638 of file idlnode.py.
def scripts.idlnode.IDLExtAttrFunctionValue.__init__ | ( | self, | |
ast, | |||
id, | |||
is_blink = False |
|||
) |
Initializes an IDLNode from a PegParser AST output.
Reimplemented from scripts.idlnode.IDLNode.
Definition at line 641 of file idlnode.py.
scripts.idlnode.IDLExtAttrFunctionValue.arguments |
Definition at line 646 of file idlnode.py.
scripts.idlnode.IDLExtAttrFunctionValue.id |
Definition at line 645 of file idlnode.py.