Skip to content

Commit 0943e0f

Browse files
committed
add missing function
1 parent 4730227 commit 0943e0f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

stubs/pywin32/win32com/client/gencache.pyi

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ versionRedirectMap: dict[tuple[str, int, int, int], ModuleType | None]
1212
is_readonly: bool
1313
is_zip: bool
1414
demandGeneratedTypeLibraries: dict[tuple[str, int, int, int], Incomplete]
15+
16+
def __init__() -> None: ...
17+
1518
pickleVersion: int
1619

1720
@contextmanager

0 commit comments

Comments
 (0)