massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / coc-python-data / languageServer.0.5.59 / Typeshed / stdlib / 2 / 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