Add .sort support for SaverList
This commit is contained in:
parent
255ef3d4db
commit
e58147a7e5
3 changed files with 73 additions and 1 deletions
|
|
@ -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):
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue