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
1 from typing import Any
2
3 class Reservoir:
4     traces_per_sec: Any
5     used_this_sec: int
6     this_sec: Any
7     def __init__(self, traces_per_sec: int = ...) -> None: ...
8     def take(self): ...