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
diff --git a/.config/coc/extensions/node_modules/coc-pyright/node_modules/pyright/dist/typeshed-fallback/stubs/aws-xray-sdk/aws_xray_sdk/core/models/traceid.pyi b/.config/coc/extensions/node_modules/coc-pyright/node_modules/pyright/dist/typeshed-fallback/stubs/aws-xray-sdk/aws_xray_sdk/core/models/traceid.pyi
new file mode 100644 (file)
index 0000000..6c00ccd
--- /dev/null
@@ -0,0 +1,8 @@
+from typing import Any
+
+class TraceId:
+    VERSION: str
+    DELIMITER: str
+    start_time: Any
+    def __init__(self) -> None: ...
+    def to_id(self): ...