mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-02-15 22:42:00 +08:00
stdlib: Add missing re-exports for UuidCreate, FCICreate, OpenDatabase & CreateRecord
This commit is contained in:
committed by
Jelle Zijlstra
parent
77829c5c99
commit
aa383624cf
@@ -43,6 +43,6 @@ if sys.platform == "win32":
|
||||
__new__: None # type: ignore[assignment]
|
||||
__init__: None # type: ignore[assignment]
|
||||
def UuidCreate() -> str: ...
|
||||
def FCICreate(cabname: str, files: list[str]) -> None: ...
|
||||
def OpenDatabase(name: str, flags: int) -> _Database: ...
|
||||
def CreateRecord(count: int) -> _Record: ...
|
||||
def FCICreate(__cabname: str, __files: list[str]) -> None: ...
|
||||
def OpenDatabase(__path: str, __persist: int) -> _Database: ...
|
||||
def CreateRecord(__count: int) -> _Record: ...
|
||||
|
||||
Reference in New Issue
Block a user