예제 #1
0
파일: home.py 프로젝트: 9801/vj4
 async def on_close(self):
     bus.unsubscribe(self.on_message_received)
예제 #2
0
파일: record.py 프로젝트: sevenwang/vj4
 async def on_close(self):
     bus.unsubscribe(self.on_record_change)
예제 #3
0
파일: record.py 프로젝트: vijos/vj4
 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
파일: smallcache.py 프로젝트: vijos/vj4
def uninit():
  bus.unsubscribe(_on_unset)
  _cache.clear()
예제 #6
0
파일: smallcache.py 프로젝트: tc-imba/cb4
def uninit():
    bus.unsubscribe(_on_unset)
    _cache.clear()