massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-pyright / node_modules / pyright / dist / typeshed-fallback / stubs / braintree / braintree / resource.pyi
1 from typing import Any
2
3 from braintree.attribute_getter import AttributeGetter as AttributeGetter
4
5 text_type = str
6 raw_type = bytes
7
8 class Resource(AttributeGetter):
9     @staticmethod
10     def verify_keys(params, signature) -> None: ...
11     gateway: Any
12     def __init__(self, gateway, attributes) -> None: ...