コード例 #1
0
 def __init__(self):
     SensedEvent.__init__(self, "fire_sensor", "Fire!", 2)
コード例 #2
0
 def __init__(self):
     SensedEvent.__init__(self, "explosion_sensor", "BOOM!", 1)
コード例 #3
0
 def __init__(self):
     SensedEvent.__init__(self, "explosion_sensor", "psssssss!!", 4)
コード例 #4
0
 def __init__(self):
     SensedEvent.__init__(self, "fire_sensor", "Fire!", 2)
コード例 #5
0
 def __init__(self):
     SensedEvent.__init__(self, "explosion_sensor", "BOOM!", 1)
コード例 #6
0
 def __init__(self):
     SensedEvent.__init__(self, "explosion_sensor", "psssssss!!", 4)