(self, **kwargs)
| 1080 | # the underlying Paginator.paginate method. This is needed to |
| 1081 | # attach a docstring to the method. |
| 1082 | def paginate(self, **kwargs): |
| 1083 | return Paginator.paginate(self, **kwargs) |
| 1084 | |
| 1085 | paginator_config = self._cache['page_config'][ |
| 1086 | actual_operation_name |
no outgoing calls