massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / coc-python-data / languageServer.0.5.59 / Typeshed / third_party / 2and3 / pymysql / constants / FLAG.pyi
diff --git a/.config/coc/extensions/coc-python-data/languageServer.0.5.59/Typeshed/third_party/2and3/pymysql/constants/FLAG.pyi b/.config/coc/extensions/coc-python-data/languageServer.0.5.59/Typeshed/third_party/2and3/pymysql/constants/FLAG.pyi
new file mode 100644 (file)
index 0000000..5e7117d
--- /dev/null
@@ -0,0 +1,17 @@
+from typing import Any\r
+\r
+NOT_NULL = ...  # type: Any\r
+PRI_KEY = ...  # type: Any\r
+UNIQUE_KEY = ...  # type: Any\r
+MULTIPLE_KEY = ...  # type: Any\r
+BLOB = ...  # type: Any\r
+UNSIGNED = ...  # type: Any\r
+ZEROFILL = ...  # type: Any\r
+BINARY = ...  # type: Any\r
+ENUM = ...  # type: Any\r
+AUTO_INCREMENT = ...  # type: Any\r
+TIMESTAMP = ...  # type: Any\r
+SET = ...  # type: Any\r
+PART_KEY = ...  # type: Any\r
+GROUP = ...  # type: Any\r
+UNIQUE = ...  # type: Any\r