massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / coc-python-data / languageServer.0.5.59 / Typeshed / third_party / 2and3 / pymysql / times.pyi
diff --git a/.config/coc/extensions/coc-python-data/languageServer.0.5.59/Typeshed/third_party/2and3/pymysql/times.pyi b/.config/coc/extensions/coc-python-data/languageServer.0.5.59/Typeshed/third_party/2and3/pymysql/times.pyi
new file mode 100644 (file)
index 0000000..916de24
--- /dev/null
@@ -0,0 +1,10 @@
+from typing import Any\r
+\r
+Date = ...  # type: Any\r
+Time = ...  # type: Any\r
+TimeDelta = ...  # type: Any\r
+Timestamp = ...  # type: Any\r
+\r
+def DateFromTicks(ticks): ...\r
+def TimeFromTicks(ticks): ...\r
+def TimestampFromTicks(ticks): ...\r