|
| def | __getitem__ (self, index) |
| |
| def | __init__ (self, saved_data) |
| |
| def | __iter__ (self) |
| |
| def | __len__ (self) |
| |
| def | add (self, name, command, doc) |
| |
| def | data_to_save (self) |
| |
| def | delete (self, index) |
| |
| def | edit (self, index, name, command, doc) |
| |
| def | move_down (self, index) |
| |
| def | move_up (self, index) |
| |
| def | update (self, data) |
| |
| def | execute (self, command) |
| |
| def | is_excluded (self) |
| |
| def | is_modifiable (self) |
| |
|
| def | _swap (self, index1, index2) |
| |
Definition at line 64 of file runanything.py.
◆ __init__()
| def robotide.run.runanything.RunConfigs.__init__ |
( |
|
self, |
|
|
|
saved_data |
|
) |
| |
◆ __getitem__()
| def robotide.run.runanything.RunConfigs.__getitem__ |
( |
|
self, |
|
|
|
index |
|
) |
| |
◆ __iter__()
| def robotide.run.runanything.RunConfigs.__iter__ |
( |
|
self | ) |
|
◆ __len__()
| def robotide.run.runanything.RunConfigs.__len__ |
( |
|
self | ) |
|
◆ _swap()
| def robotide.run.runanything.RunConfigs._swap |
( |
|
self, |
|
|
|
index1, |
|
|
|
index2 |
|
) |
| |
|
private |
◆ add()
| def robotide.run.runanything.RunConfigs.add |
( |
|
self, |
|
|
|
name, |
|
|
|
command, |
|
|
|
doc |
|
) |
| |
◆ data_to_save()
| def robotide.run.runanything.RunConfigs.data_to_save |
( |
|
self | ) |
|
◆ delete()
| def robotide.run.runanything.RunConfigs.delete |
( |
|
self, |
|
|
|
index |
|
) |
| |
◆ edit()
| def robotide.run.runanything.RunConfigs.edit |
( |
|
self, |
|
|
|
index, |
|
|
|
name, |
|
|
|
command, |
|
|
|
doc |
|
) |
| |
◆ move_down()
| def robotide.run.runanything.RunConfigs.move_down |
( |
|
self, |
|
|
|
index |
|
) |
| |
◆ move_up()
| def robotide.run.runanything.RunConfigs.move_up |
( |
|
self, |
|
|
|
index |
|
) |
| |
◆ update()
| def robotide.run.runanything.RunConfigs.update |
( |
|
self, |
|
|
|
data |
|
) |
| |
◆ _configs
| robotide.run.runanything.RunConfigs._configs |
|
private |
The documentation for this class was generated from the following file: