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
diff --git a/.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 b/.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
new file mode 100644 (file)
index 0000000..21309eb
--- /dev/null
@@ -0,0 +1,8 @@
+class DefaultStreaming:
+    def __init__(self, streaming_threshold: int = ...) -> None: ...
+    def is_eligible(self, segment): ...
+    def stream(self, entity, callback) -> None: ...
+    @property
+    def streaming_threshold(self): ...
+    @streaming_threshold.setter
+    def streaming_threshold(self, value) -> None: ...