Update stubs

This commit is contained in:
Trinh Anh Ngoc
2023-03-14 14:51:09 +07:00
parent 47bd63fbaf
commit b6fb491b6a

View File

@@ -59,7 +59,7 @@ class OriginIds:
def expand_ids(id0: _T, ids: Iterable) -> Iterator[_T]: ... def expand_ids(id0: _T, ids: Iterable) -> Iterator[_T]: ...
IdType: tuple[type[int], type[str], type[NewId]] IdType: tuple[type[int], type[NewId]]
PREFETCH_MAX: int PREFETCH_MAX: int
LOG_ACCESS_COLUMNS: list[str] LOG_ACCESS_COLUMNS: list[str]
MAGIC_COLUMNS: list[str] MAGIC_COLUMNS: list[str]