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 / traceid.pyi
1 from typing import Any
2
3 class TraceId:
4     VERSION: str
5     DELIMITER: str
6     start_time: Any
7     def __init__(self) -> None: ...
8     def to_id(self): ...