示例#1
0
 def build_account_validity_handler(self):
     return AccountValidityHandler(self)
示例#2
0
文件: server.py 项目: yunwah/synapse
 def get_account_validity_handler(self) -> AccountValidityHandler:
     return AccountValidityHandler(self)