massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-pyright / node_modules / pyright / dist / typeshed-fallback / stubs / braintree / braintree / errors.pyi
1 from typing import Any
2
3 from braintree.validation_error_collection import ValidationErrorCollection as ValidationErrorCollection
4
5 class Errors:
6     errors: Any
7     size: Any
8     def __init__(self, data) -> None: ...
9     @property
10     def deep_errors(self): ...
11     def for_object(self, key): ...
12     def __len__(self): ...