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 7e57504 commit 59265bfCopy full SHA for 59265bf
stubs/cysqlite/cysqlite/aio.pyi
@@ -12,6 +12,7 @@ _AdaptedInputData: TypeAlias = _SqliteData | Any
12
_Parameters: TypeAlias = Sequence[_AdaptedInputData] | Mapping[str, _AdaptedInputData]
13
_IsolationLevel: TypeAlias = Literal["DEFERRED", "EXCLUSIVE", "IMMEDIATE"] | None
14
15
+@type_check_only
16
class _BackupKwargs(TypedDict, total=False):
17
pages: int | None
18
name: str | None
0 commit comments