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 / compat.pyi
1 from typing import Any
2
3 PY2: Any
4 PY35: Any
5 annotation_value_types: Any
6 string_types = str
7
8 def is_classmethod(func): ...
9 def is_instance_method(parent_class, func_name, func): ...