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 / throwable.pyi
1 from typing import Any
2
3 from ..utils.compat import string_types as string_types
4
5 log: Any
6
7 class Throwable:
8     id: Any
9     message: Any
10     type: Any
11     remote: Any
12     stack: Any
13     def __init__(self, exception, stack, remote: bool = ...) -> None: ...
14     def to_dict(self): ...