massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / coc-python-data / languageServer.0.5.59 / Typeshed / third_party / 2and3 / yaml / error.pyi
1 from typing import Any\r
2 \r
3 class Mark:\r
4     name = ...  # type: Any\r
5     index = ...  # type: Any\r
6     line = ...  # type: Any\r
7     column = ...  # type: Any\r
8     buffer = ...  # type: Any\r
9     pointer = ...  # type: Any\r
10     def __init__(self, name, index, line, column, buffer, pointer) -> None: ...\r
11     def get_snippet(self, indent=..., max_length=...): ...\r
12 \r
13 class YAMLError(Exception): ...\r
14 \r
15 class MarkedYAMLError(YAMLError):\r
16     context = ...  # type: Any\r
17     context_mark = ...  # type: Any\r
18     problem = ...  # type: Any\r
19     problem_mark = ...  # type: Any\r
20     note = ...  # type: Any\r
21     def __init__(self, context=..., context_mark=..., problem=..., problem_mark=..., note=...) -> None: ...\r