massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-pyright / node_modules / pyright / dist / typeshed-fallback / stubs / braintree / braintree / paginated_collection.pyi
1 from collections.abc import Generator
2 from typing import Any
3
4 class PaginatedCollection:
5     def __init__(self, method) -> None: ...
6     @property
7     def items(self) -> Generator[Any, None, None]: ...
8     def __iter__(self): ...