massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-pyright / node_modules / pyright / dist / typeshed-fallback / stubs / stripe / stripe / api_resources / abstract / custom_method.pyi
1 from typing import Any
2
3 def custom_method(name, http_verb, http_path: Any | None = ..., is_streaming: bool = ...): ...