Пример #1
0
Файл: home.py Проект: 9801/vj4
 async def on_close(self):
     bus.unsubscribe(self.on_message_received)
Пример #2
0
 async def on_close(self):
     bus.unsubscribe(self.on_record_change)
Пример #3
0
 async def on_close(self):
   bus.unsubscribe(self.on_record_change)
Пример #4
0
Файл: home.py Проект: vijos/vj4
 async def on_close(self):
   bus.unsubscribe(self.on_message_received)
Пример #5
0
def uninit():
  bus.unsubscribe(_on_unset)
  _cache.clear()
Пример #6
0
def uninit():
    bus.unsubscribe(_on_unset)
    _cache.clear()