massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / coc-python-data / languageServer.0.5.59 / Typeshed / third_party / 3 / docutils / nodes.pyi
1 from typing import Any, List\r
2 \r
3 class reference:\r
4     def __init__(self,\r
5                  rawsource: str = ...,\r
6                  text: str = ...,\r
7                  *children: List[Any],\r
8                  **attributes) -> None: ...\r