massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-pyright / node_modules / pyright / dist / typeshed-fallback / stubs / aws-xray-sdk / aws_xray_sdk / core / streaming / default_streaming.pyi
1 class DefaultStreaming:
2     def __init__(self, streaming_threshold: int = ...) -> None: ...
3     def is_eligible(self, segment): ...
4     def stream(self, entity, callback) -> None: ...
5     @property
6     def streaming_threshold(self): ...
7     @streaming_threshold.setter
8     def streaming_threshold(self, value) -> None: ...