Add .sort support for SaverList

This commit is contained in:
Griatch 2020-07-18 18:03:54 +02:00
parent 255ef3d4db
commit e58147a7e5
3 changed files with 73 additions and 1 deletions

View file

@ -298,7 +298,7 @@ class EvMore(object):
nsize = len(inp)
self._npages = nsize // self.height + (0 if nsize % self.height == 0 else 1)
self._data = inp
self._paginator_slice
self._paginator = self.paginator_slice
def init_f_str(self, text):
"""