We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15fd23f commit cf3032dCopy full SHA for cf3032d
sqlalchemy-stubs/sql/type_api.pyi
@@ -1,4 +1,5 @@
1
from typing import Any
2
+from typing import ClassVar
3
from typing import Generic
4
from typing import Mapping
5
from typing import Optional
@@ -125,6 +126,7 @@ class NativeForEmulated:
125
126
class TypeDecorator(SchemaEventTarget, TypeEngine[_T]):
127
__visit_name__: str = ...
128
impl: Any = ...
129
+ cache_ok: ClassVar[Optional[bool]] = ...
130
def __init__(self, *args: Any, **kwargs: Any) -> None: ...
131
coerce_to_is_types: Tuple[Type[Any], ...] = ...
132
class Comparator(TypeEngine.Comparator[_TE]):
0 commit comments