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 / _options.pyi
1 from typing import Any
2
3 class Options:
4     @classmethod
5     def options(cls, wrapped): ...
6     @classmethod
7     def slots(cls): ...
8     def __init__(self, config: Any | None = ..., **kwargs) -> None: ...
9     def __eq__(self, other): ...
10     def __ne__(self, other): ...
11     def copy(self, **kwargs): ...
12     def items(self) -> None: ...
13
14 class ReadOptions(Options):
15     def __init__(self, config: Any | None = ..., **kwargs) -> None: ...