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 / rule_poller.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/rule_poller.pyi b/.config/coc/extensions/node_modules/coc-pyright/node_modules/pyright/dist/typeshed-fallback/stubs/aws-xray-sdk/aws_xray_sdk/core/sampling/rule_poller.pyi
new file mode 100644 (file)
index 0000000..dc4b363
--- /dev/null
@@ -0,0 +1,9 @@
+from typing import Any
+
+log: Any
+DEFAULT_INTERVAL: Any
+
+class RulePoller:
+    def __init__(self, cache, connector) -> None: ...
+    def start(self) -> None: ...
+    def wake_up(self) -> None: ...