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 / models / noop_traceid.pyi
1 class NoOpTraceId:
2     VERSION: str
3     DELIMITER: str
4     start_time: str
5     def __init__(self) -> None: ...
6     def to_id(self): ...