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 / sampling / local / reservoir.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/sampling/local/reservoir.pyi b/.config/coc/extensions/node_modules/coc-pyright/node_modules/pyright/dist/typeshed-fallback/stubs/aws-xray-sdk/aws_xray_sdk/core/sampling/local/reservoir.pyi
new file mode 100644 (file)
index 0000000..aa5836b
--- /dev/null
@@ -0,0 +1,8 @@
+from typing import Any
+
+class Reservoir:
+    traces_per_sec: Any
+    used_this_sec: int
+    this_sec: Any
+    def __init__(self, traces_per_sec: int = ...) -> None: ...
+    def take(self): ...