LibCST/stubs/typing_inspect.pyi

5 lines
78 B
Python

# pyre-unsafe
from typing import Any
def __getattr__(name: str) -> Any: ...