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 / sampler.pyi
1 from typing import Any
2
3 from ...exceptions.exceptions import InvalidSamplingManifestError as InvalidSamplingManifestError
4 from .sampling_rule import SamplingRule as SamplingRule
5
6 local_sampling_rule: Any
7 SUPPORTED_RULE_VERSION: Any
8
9 class LocalSampler:
10     def __init__(self, rules=...) -> None: ...
11     def should_trace(self, sampling_req: Any | None = ...): ...
12     def load_local_rules(self, rules) -> None: ...