Skip to content

Commit e92f98c

Browse files
authored
Add win32com.gen_py (#12901)
1 parent bff5547 commit e92f98c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

stubs/pywin32/win32com/__init__.pyi

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
from _typeshed import Incomplete
1+
from collections.abc import MutableSequence
2+
3+
from . import gen_py as gen_py
24

35
__gen_path__: str
4-
__build_path__: Incomplete
6+
__build_path__: str | None
57

68
def SetupEnvironment() -> None: ...
7-
def __PackageSupportBuildPath__(package_path) -> None: ...
8-
9-
gen_py: Incomplete
9+
def __PackageSupportBuildPath__(package_path: MutableSequence[str]) -> None: ...

stubs/pywin32/win32com/gen_py/__init__.pyi

Whitespace-only changes.

0 commit comments

Comments
 (0)