コード例 #1
0
ファイル: bundle.py プロジェクト: zcdr/shakecast
 def test_fromTime(self):
     c = Clock()
     c.from_time(time.time())
コード例 #2
0
ファイル: bundle.py プロジェクト: zcdr/shakecast
 def test_getTime(self):
     c = Clock()
     c.get_time()
コード例 #3
0
ファイル: bundle.py プロジェクト: zcdr/shakecast
 def test_nightTime(self):
     c = Clock()
     c.nighttime()
コード例 #4
0
ファイル: bundle.py プロジェクト: zcdr/shakecast
 def test_initClock(self):
     '''
     Test clock initialization
     '''
     c = Clock()