def _get_page(self, *args, **kwargs):
"""Get page.
Returns an instance of a single page.
This hook can be used by subclasses to use an alternative to the
standard :cls:`Page` object.
"""
return Page(*args, **kwargs)
pagination.py 文件源码
python
阅读 20
收藏 0
点赞 0
评论 0
评论列表
文章目录