massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-pyright / node_modules / pyright / dist / typeshed-fallback / stubs / stripe / stripe / multipart_data_generator.pyi
1 from typing import Any
2
3 class MultipartDataGenerator:
4     data: Any
5     line_break: str
6     boundary: Any
7     chunk_size: Any
8     def __init__(self, chunk_size: int = ...) -> None: ...
9     def add_params(self, params) -> None: ...
10     def param_header(self): ...
11     def get_post_data(self): ...