X-Git-Url: https://git.josue.xyz/?a=blobdiff_plain;f=.config%2Fcoc%2Fextensions%2Fnode_modules%2Fcoc-pyright%2Fnode_modules%2Fpyright%2Fdist%2Ftypeshed-fallback%2Fstubs%2Fbraintree%2Fbraintree%2Ftransaction_line_item_gateway.pyi;fp=.config%2Fcoc%2Fextensions%2Fnode_modules%2Fcoc-pyright%2Fnode_modules%2Fpyright%2Fdist%2Ftypeshed-fallback%2Fstubs%2Fbraintree%2Fbraintree%2Ftransaction_line_item_gateway.pyi;h=8eca1b10cc65a608422298e8d55ba40bcf9bbbd5;hb=3be0a9efc698a9570a44456009afc6014812625a;hp=0000000000000000000000000000000000000000;hpb=d2f432cc757f42f0318fdddcab8c00b240d47088;p=dotfiles%2F.git diff --git a/.config/coc/extensions/node_modules/coc-pyright/node_modules/pyright/dist/typeshed-fallback/stubs/braintree/braintree/transaction_line_item_gateway.pyi b/.config/coc/extensions/node_modules/coc-pyright/node_modules/pyright/dist/typeshed-fallback/stubs/braintree/braintree/transaction_line_item_gateway.pyi new file mode 100644 index 00000000..8eca1b10 --- /dev/null +++ b/.config/coc/extensions/node_modules/coc-pyright/node_modules/pyright/dist/typeshed-fallback/stubs/braintree/braintree/transaction_line_item_gateway.pyi @@ -0,0 +1,14 @@ +from typing import Any + +from braintree.error_result import ErrorResult as ErrorResult +from braintree.exceptions.not_found_error import NotFoundError as NotFoundError +from braintree.exceptions.request_timeout_error import RequestTimeoutError as RequestTimeoutError +from braintree.resource import Resource as Resource +from braintree.resource_collection import ResourceCollection as ResourceCollection +from braintree.transaction_line_item import TransactionLineItem as TransactionLineItem + +class TransactionLineItemGateway: + gateway: Any + config: Any + def __init__(self, gateway) -> None: ... + def find_all(self, transaction_id): ...