mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-16 00:37:10 +08:00
Bump pywin32 to 306.* (#9945)
Release: https://pypi.org/pypi/pywin32/306 Homepage: https://github.com/mhammond/pywin32
This commit is contained in:
@@ -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): ...
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user