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 / utils / stacktrace.pyi
1 from typing import Any
2
3 def get_stacktrace(limit: Any | None = ...): ...