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