Files
less than a minute
An iterable collection of File
objects.
Files(
client, run, names=None, per_page=50, upload=(False)
)
Attributes | |
---|---|
cursor |
The start cursor to use for the next fetched page. |
more |
Whether there are more pages to be fetched. |
Methods
convert_objects
convert_objects()
Convert the last fetched response data into the iterated objects.
next
next() -> T
Return the next item from the iterator. When exhausted, raise StopIteration
update_variables
update_variables()
Update the query variables for the next page fetch.
__getitem__
__getitem__(
index: (int | slice)
) -> (T | list[T])
__iter__
__iter__() -> Iterator[T]
__len__
__len__() -> int
Class Variables | |
---|---|
QUERY |
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.