コード例 #1
0
ファイル: snowboydetect.py プロジェクト: TuxSeb/Naomi-1
 def RunDetection(self, data):
     return _snowboydetect.SnowboyDetect_RunDetection(self, data)
コード例 #2
0
 def RunDetection(self, *args):
     return _snowboydetect.SnowboyDetect_RunDetection(self, *args)
コード例 #3
0
ファイル: snowboydetect.py プロジェクト: shinhaha/HARU
 def RunDetection(self, *args):
     print('[HARU] Listening... Press Ctrl+C to exit {ct}'.format(ct=time.strftime("%Y-%m-%d %H:%M:%S", time.localtime(time.time()))))
     return _snowboydetect.SnowboyDetect_RunDetection(self, *args)