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 / __init__.pyi
1 from google.cloud.ndb._datastore_api import EVENTUAL as EVENTUAL, EVENTUAL_CONSISTENCY as EVENTUAL_CONSISTENCY, STRONG as STRONG
2 from google.cloud.ndb._datastore_query import Cursor as Cursor, QueryIterator as QueryIterator
3 from google.cloud.ndb._transaction import (
4     in_transaction as in_transaction,
5     non_transactional as non_transactional,
6     transaction as transaction,
7     transaction_async as transaction_async,
8     transactional as transactional,
9     transactional_async as transactional_async,
10     transactional_tasklet as transactional_tasklet,
11 )
12 from google.cloud.ndb.client import Client as Client
13 from google.cloud.ndb.context import (
14     AutoBatcher as AutoBatcher,
15     Context as Context,
16     ContextOptions as ContextOptions,
17     TransactionOptions as TransactionOptions,
18     get_context as get_context,
19     get_toplevel_context as get_toplevel_context,
20 )
21 from google.cloud.ndb.global_cache import GlobalCache as GlobalCache, MemcacheCache as MemcacheCache, RedisCache as RedisCache
22 from google.cloud.ndb.key import Key as Key
23 from google.cloud.ndb.model import (
24     BadProjectionError as BadProjectionError,
25     BlobKey as BlobKey,
26     BlobKeyProperty as BlobKeyProperty,
27     BlobProperty as BlobProperty,
28     BooleanProperty as BooleanProperty,
29     ComputedProperty as ComputedProperty,
30     ComputedPropertyError as ComputedPropertyError,
31     DateProperty as DateProperty,
32     DateTimeProperty as DateTimeProperty,
33     Expando as Expando,
34     FloatProperty as FloatProperty,
35     GenericProperty as GenericProperty,
36     GeoPt as GeoPt,
37     GeoPtProperty as GeoPtProperty,
38     Index as Index,
39     IndexProperty as IndexProperty,
40     IndexState as IndexState,
41     IntegerProperty as IntegerProperty,
42     InvalidPropertyError as InvalidPropertyError,
43     JsonProperty as JsonProperty,
44     KeyProperty as KeyProperty,
45     KindError as KindError,
46     LocalStructuredProperty as LocalStructuredProperty,
47     MetaModel as MetaModel,
48     Model as Model,
49     ModelAdapter as ModelAdapter,
50     ModelAttribute as ModelAttribute,
51     ModelKey as ModelKey,
52     PickleProperty as PickleProperty,
53     Property as Property,
54     ReadonlyPropertyError as ReadonlyPropertyError,
55     Rollback as Rollback,
56     StringProperty as StringProperty,
57     StructuredProperty as StructuredProperty,
58     TextProperty as TextProperty,
59     TimeProperty as TimeProperty,
60     UnprojectedPropertyError as UnprojectedPropertyError,
61     User as User,
62     UserNotFoundError as UserNotFoundError,
63     UserProperty as UserProperty,
64     delete_multi as delete_multi,
65     delete_multi_async as delete_multi_async,
66     get_indexes as get_indexes,
67     get_indexes_async as get_indexes_async,
68     get_multi as get_multi,
69     get_multi_async as get_multi_async,
70     make_connection as make_connection,
71     put_multi as put_multi,
72     put_multi_async as put_multi_async,
73 )
74 from google.cloud.ndb.polymodel import PolyModel as PolyModel
75 from google.cloud.ndb.query import (
76     AND as AND,
77     OR as OR,
78     ConjunctionNode as ConjunctionNode,
79     DisjunctionNode as DisjunctionNode,
80     FalseNode as FalseNode,
81     FilterNode as FilterNode,
82     Node as Node,
83     Parameter as Parameter,
84     ParameterizedFunction as ParameterizedFunction,
85     ParameterizedThing as ParameterizedThing,
86     ParameterNode as ParameterNode,
87     PostFilterNode as PostFilterNode,
88     Query as Query,
89     QueryOptions as QueryOptions,
90     RepeatedStructuredPropertyPredicate as RepeatedStructuredPropertyPredicate,
91     gql as gql,
92 )
93 from google.cloud.ndb.tasklets import (
94     Future as Future,
95     QueueFuture as QueueFuture,
96     ReducingFuture as ReducingFuture,
97     Return as Return,
98     SerialQueueFuture as SerialQueueFuture,
99     add_flow_exception as add_flow_exception,
100     make_context as make_context,
101     make_default_context as make_default_context,
102     set_context as set_context,
103     sleep as sleep,
104     synctasklet as synctasklet,
105     tasklet as tasklet,
106     toplevel as toplevel,
107     wait_all as wait_all,
108     wait_any as wait_any,
109 )