mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-07 12:44:28 +08:00
Add win32com.gen_py (#12901)
This commit is contained in:
@@ -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: ...
|
||||
|
||||
0
stubs/pywin32/win32com/gen_py/__init__.pyi
Normal file
0
stubs/pywin32/win32com/gen_py/__init__.pyi
Normal file
Reference in New Issue
Block a user