Classes
Fetchable
1
▼
A source that can produce a complete typed result.
Fetchable
1
▼
A source that can produce a complete typed result.
Methods
fetch
0
list[T]
▼
async
fetch
0
list[T]
▼
async def fetch(self) -> list[T]
Returns
list[T]
Streamable
1
▼
A source that can produce results incrementally.
Streamable
1
▼
A source that can produce results incrementally.
Methods
stream
0
AsyncIterator[T]
▼
stream
0
AsyncIterator[T]
▼
def stream(self) -> AsyncIterator[T]
Returns
AsyncIterator[T]
Source
0
▼
A source that supports both fetch and stream access.
Source
0
▼
A source that supports both fetch and stream access.