mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-07 04:34:28 +08:00
7 lines
83 B
Python
7 lines
83 B
Python
from typing import Any
|
|
|
|
def __getattr__(name) -> Any: ...
|
|
|
|
home: str
|
|
pythonrc: str
|