Public Member Functions | |
def | __init__ (self, attrs) |
def | attach_root_box (self, root_box) |
def | beacon (self) |
![]() | |
def | __eq__ (self, other) |
def | __ne__ (self, other) |
def | add_child (self, child) |
def | attach_attribute (self, name, attrs) |
def | diff (self, other) |
Public Attributes | |
format_version | |
name | |
root_box | |
![]() | |
children_node | |
id | |
name | |
node_path | |
node_type | |
parent_node | |
parent_path | |
Private Attributes | |
_function_map | |
Stores informations about behavior entry point
Definition at line 14 of file choregraphe_project.py.
def converter.node.choregraphe_project.ChoregrapheProject.__init__ | ( | self, | |
attrs | |||
) |
Reimplemented from converter.node.Node.
Definition at line 18 of file choregraphe_project.py.
def converter.node.choregraphe_project.ChoregrapheProject.attach_root_box | ( | self, | |
root_box | |||
) |
Definition at line 35 of file choregraphe_project.py.
def converter.node.choregraphe_project.ChoregrapheProject.beacon | ( | self | ) |
Reimplemented from converter.node.Node.
Definition at line 32 of file choregraphe_project.py.
|
private |
Definition at line 29 of file choregraphe_project.py.
converter.node.choregraphe_project.ChoregrapheProject.format_version |
Definition at line 23 of file choregraphe_project.py.
converter.node.choregraphe_project.ChoregrapheProject.name |
Definition at line 22 of file choregraphe_project.py.
converter.node.choregraphe_project.ChoregrapheProject.root_box |
Definition at line 26 of file choregraphe_project.py.