solvebio-python icon indicating copy to clipboard operation
solvebio-python copied to clipboard

Show number of pages when tabulating list output

Open davecap opened this issue 6 years ago • 0 comments

Without showing the number of pages (or if there are more pages), it is hard to tell if a single page of tabulated results is complete or missing other items, e.g.:

SavedQuery.all()

vs

list(SavedQuery.all())

davecap avatar Oct 01 '19 14:10 davecap