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
diff --git a/.config/coc/extensions/node_modules/coc-pyright/node_modules/pyright/dist/typeshed-fallback/stubs/braintree/braintree/paginated_collection.pyi b/.config/coc/extensions/node_modules/coc-pyright/node_modules/pyright/dist/typeshed-fallback/stubs/braintree/braintree/paginated_collection.pyi
new file mode 100644 (file)
index 0000000..3e2182f
--- /dev/null
@@ -0,0 +1,8 @@
+from collections.abc import Generator
+from typing import Any
+
+class PaginatedCollection:
+    def __init__(self, method) -> None: ...
+    @property
+    def items(self) -> Generator[Any, None, None]: ...
+    def __iter__(self): ...