cb04c335d60932743c901dae0782ac6697ce5586
[dotfiles/.git] / user.pyi
1 # Stubs for user (Python 2)\r
2 \r
3 # Docs: https://docs.python.org/2/library/user.html\r
4 # Source: https://hg.python.org/cpython/file/2.7/Lib/user.py\r
5 from typing import Any\r
6 \r
7 def __getattr__(name) -> Any: ...  # type: ignore\r
8 home: str\r
9 pythonrc: str\r