Home | History | Annotate | Download | only in doc

Lines Matching full:print

1044   /* Print the results */
1824 print dbus_iface.ListNames()
1854 print str(list)
1857 print str(e)
1898 print 'Device with udi %s was added' % (udi)
1901 print 'Device with udi %s was added' % (udi)
1904 print 'Device with udi %s added capability %s' % (udi, capability)
2077 print iface.hello()
2138 in this method to do things like keep track of how many times you call the emitter or to print out debug
2170 print proxy_obj.hello(dbus_interface='org.freedesktop.HelloWorldIFace')
2171 print proxy_obj.hello(dbus_interface='org.freedesktop.HelloWorldGoodbyeIFace')
2175 This should print out 'Hello from the HelloWorldObject' followed by a 'Goodbye'.