mirror of
https://github.com/Instagram/LibCST.git
synced 2025-12-23 10:35:53 +00:00
5 lines
78 B
Python
5 lines
78 B
Python
# pyre-unsafe
|
|
|
|
from typing import Any
|
|
|
|
def __getattr__(name: str) -> Any: ...
|