Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
Severian/dify
zhzabcd
/
dify-run
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
a300380
dify-run
/
api
/
libs
/
infinite_scroll_pagination.py
Severian
initial commit
a8b3f00
4 months ago
raw
Copy download link
history
blame
164 Bytes
class
InfiniteScrollPagination
:
def
__init__
(
self, data, limit, has_more
):
self.data = data
self.limit = limit
self.has_more = has_more