Skip to content

Commit

Permalink
Add win32com.gen_py (#12901)
Browse files Browse the repository at this point in the history
  • Loading branch information
Avasam authored Oct 28, 2024
1 parent bff5547 commit e92f98c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions stubs/pywin32/win32com/__init__.pyi
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
from _typeshed import Incomplete
from collections.abc import MutableSequence

from . import gen_py as gen_py

__gen_path__: str
__build_path__: Incomplete
__build_path__: str | None

def SetupEnvironment() -> None: ...
def __PackageSupportBuildPath__(package_path) -> None: ...

gen_py: Incomplete
def __PackageSupportBuildPath__(package_path: MutableSequence[str]) -> None: ...
Empty file.

0 comments on commit e92f98c

Please sign in to comment.