Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(3) | Call(3) | Derive(0) | Import(0)
src/l/i/LiSpeak-HEAD/Microphone/notify.py LiSpeak(Download)
#lcd.sendText("Welcome|LiSpeak LCD;") preInfo = lispeak.getInfo() if "NOTIFICATIONS" not in preInfo: lispeak.writeSingleInfo("NOTIFICATIONS","LiSpeak")
self.queue = [] self.info = lispeak.getInfo() gobject.timeout_add_seconds(1, self.timer)
src/l/i/LiSpeak-HEAD/Microphone/settings.py LiSpeak(Download)
self.addItems(self.builder.get_object("cmbLang"),self.languages2) self.addItems(self.builder.get_object("cmbNotifications"),self.notifications) self.fillFields(lispeak.getInfo()) self.window.show_all() except KeyError: