コード例 #1
0
ファイル: server.py プロジェクト: yunwah/synapse
 def get_registration_handler(self) -> RegistrationHandler:
     return RegistrationHandler(self)
コード例 #2
0
 def build_registration_handler(self):
     return RegistrationHandler(self)
コード例 #3
0
 def __init__(self, hs):
     self.registration_handler = RegistrationHandler(hs)