massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / coc-python-data / languageServer.0.5.59 / Typeshed / third_party / 2and3 / dateutil / _common.pyi
diff --git a/.config/coc/extensions/coc-python-data/languageServer.0.5.59/Typeshed/third_party/2and3/dateutil/_common.pyi b/.config/coc/extensions/coc-python-data/languageServer.0.5.59/Typeshed/third_party/2and3/dateutil/_common.pyi
new file mode 100644 (file)
index 0000000..2433cd3
--- /dev/null
@@ -0,0 +1,13 @@
+from typing import Optional\r
+\r
+class weekday(object):\r
+    def __init__(self, weekday: int, n: Optional[int]=...) -> None: ...\r
+\r
+    def __call__(self, n: int) -> 'weekday': ...\r
+\r
+    def __eq__(self, other) -> bool: ...\r
+\r
+    def __repr__(self) -> str: ...\r
+\r
+    weekday = ...  # type: int\r
+    n = ...  # type: int\r