Public Member Functions | |
| def | __contains__ |
| Emulating a dict. | |
| def | __getitem__ |
| def | __init__ |
| def | __len__ |
| def | __str__ |
| Introspection. | |
| def | add |
| def | check |
| def | clear |
| def | delete |
| Utility Functions. | |
| def | dump |
| def | keys |
| def | load |
| Caching. | |
| def | values |
Public Attributes | |
| rocon_masters | |
Static Private Attributes | |
| list | __slots__ |
Definition at line 97 of file rocon_masters.py.
Definition at line 103 of file rocon_masters.py.
| def rocon_remocon.rocon_masters.RoconMasters.__contains__ | ( | self, | |
| index | |||
| ) |
Emulating a dict.
Definition at line 111 of file rocon_masters.py.
| def rocon_remocon.rocon_masters.RoconMasters.__getitem__ | ( | self, | |
| index | |||
| ) |
Definition at line 114 of file rocon_masters.py.
| def rocon_remocon.rocon_masters.RoconMasters.__len__ | ( | self | ) |
Definition at line 117 of file rocon_masters.py.
| def rocon_remocon.rocon_masters.RoconMasters.__str__ | ( | self | ) |
Introspection.
Definition at line 133 of file rocon_masters.py.
| def rocon_remocon.rocon_masters.RoconMasters.add | ( | self, | |
| uri, | |||
| host_name | |||
| ) |
Definition at line 146 of file rocon_masters.py.
| def rocon_remocon.rocon_masters.RoconMasters.check | ( | self | ) |
Ping and update information for all registered rocon masters.
Definition at line 211 of file rocon_masters.py.
| def rocon_remocon.rocon_masters.RoconMasters.clear | ( | self | ) |
Definition at line 126 of file rocon_masters.py.
| def rocon_remocon.rocon_masters.RoconMasters.delete | ( | self, | |
| index | |||
| ) |
Utility Functions.
Definition at line 143 of file rocon_masters.py.
| def rocon_remocon.rocon_masters.RoconMasters.dump | ( | self | ) |
Dump the rocon masters to a cache file.
Definition at line 188 of file rocon_masters.py.
| def rocon_remocon.rocon_masters.RoconMasters.keys | ( | self | ) |
Definition at line 120 of file rocon_masters.py.
| def rocon_remocon.rocon_masters.RoconMasters.load | ( | self | ) |
Caching.
Gets a list of rocon masters and their info from cached data stored upon last exit of this application.
Definition at line 162 of file rocon_masters.py.
| def rocon_remocon.rocon_masters.RoconMasters.values | ( | self | ) |
Definition at line 123 of file rocon_masters.py.
list rocon_remocon::rocon_masters.RoconMasters::__slots__ [static, private] |
[
'rocon_masters', # { uuid : RoconMaster }
]
Definition at line 99 of file rocon_masters.py.
Definition at line 103 of file rocon_masters.py.