Functions | |
def | get_variables_error |
def | get_variables_reply |
Variables | |
tuple | bus = dbus.SystemBus() |
string | help = "use the system bus instead of the session bus" |
tuple | loop = gobject.MainLoop() |
tuple | network = dbus.Interface(bus.get_object('ch.epfl.mobots.Aseba', '/'), dbus_interface='ch.epfl.mobots.AsebaNetwork') |
tuple | parser = OptionParser() |
def test-medulla.get_variables_error | ( | e | ) |
Definition at line 13 of file test-medulla.py.
def test-medulla.get_variables_reply | ( | r | ) |
Definition at line 9 of file test-medulla.py.
tuple test-medulla::bus = dbus.SystemBus() |
Definition at line 28 of file test-medulla.py.
string test-medulla::help = "use the system bus instead of the session bus" |
Definition at line 21 of file test-medulla.py.
tuple test-medulla::loop = gobject.MainLoop() |
Definition at line 43 of file test-medulla.py.
tuple test-medulla::network = dbus.Interface(bus.get_object('ch.epfl.mobots.Aseba', '/'), dbus_interface='ch.epfl.mobots.AsebaNetwork') |
Definition at line 32 of file test-medulla.py.
tuple test-medulla::parser = OptionParser() |
Definition at line 19 of file test-medulla.py.