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 / utils / atomic_counter.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/utils/atomic_counter.pyi b/.config/coc/extensions/node_modules/coc-pyright/node_modules/pyright/dist/typeshed-fallback/stubs/aws-xray-sdk/aws_xray_sdk/core/utils/atomic_counter.pyi
new file mode 100644 (file)
index 0000000..9cf8ebc
--- /dev/null
@@ -0,0 +1,9 @@
+from typing import Any
+
+class AtomicCounter:
+    value: Any
+    def __init__(self, initial: int = ...) -> None: ...
+    def increment(self, num: int = ...): ...
+    def decrement(self, num: int = ...): ...
+    def get_current(self): ...
+    def reset(self): ...