Bump pywin32 to 306.* (#9945)

Release: https://pypi.org/pypi/pywin32/306
Homepage: https://github.com/mhammond/pywin32
This commit is contained in:
Avasam
2023-03-26 13:58:35 -04:00
committed by GitHub
parent ced150a7e8
commit e5bab38a28
8 changed files with 23 additions and 4 deletions

View File

@@ -37,6 +37,7 @@ class Adb(bdb.Bdb, gateways.RemoteDebugApplicationEvents):
logicalbotframe: Incomplete
currentframe: Incomplete
recursiveData: Incomplete
def __init__(self) -> None: ...
def canonic(self, fname): ...
def reset(self) -> None: ...
def stop_here(self, frame): ...

View File

@@ -3,6 +3,8 @@ from _typeshed import Incomplete
from win32comext.axdebug import contexts as contexts
from win32comext.axdebug.util import RaiseNotImpl as RaiseNotImpl
name: str
class SourceCodeContainer:
sourceContext: Incomplete
text: Incomplete