Home | History | Annotate | Download | only in test

Lines Matching full:print

15 	print "Usage: %s <command>" % (sys.argv[0])
16 print ""
17 print " address"
18 print " name [name]"
19 print " powered [on/off]"
20 print " pairable [on/off]"
21 print " pairabletimeout [timeout]"
22 print " discoverable [on/off]"
23 print " discoverabletimeout [timeout]"
24 print " discovering"
29 print properties["Address"]
35 print properties["Name"]
43 print properties["Powered"]
57 print properties["Pairable"]
71 print properties["PairableTimeout"]
80 print properties["Discoverable"]
94 print properties["DiscoverableTimeout"]
102 print properties["Discovering"]
105 print "Unknown command"