massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-pyright / node_modules / pyright / dist / typeshed-fallback / stubs / google-cloud-ndb / google / cloud / ndb / polymodel.pyi
diff --git a/.config/coc/extensions/node_modules/coc-pyright/node_modules/pyright/dist/typeshed-fallback/stubs/google-cloud-ndb/google/cloud/ndb/polymodel.pyi b/.config/coc/extensions/node_modules/coc-pyright/node_modules/pyright/dist/typeshed-fallback/stubs/google-cloud-ndb/google/cloud/ndb/polymodel.pyi
new file mode 100644 (file)
index 0000000..43cabd2
--- /dev/null
@@ -0,0 +1,9 @@
+from typing import Any
+
+from google.cloud.ndb import model
+
+class _ClassKeyProperty(model.StringProperty):
+    def __init__(self, name=..., indexed: bool = ...) -> None: ...
+
+class PolyModel(model.Model):
+    class_: Any