コード例 #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)