mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-10 05:51:52 +08:00
Remove Python 3.7 branches (#11238)
This commit is contained in:
@@ -107,29 +107,15 @@ TK_VERSION: str
|
||||
class TkttType:
|
||||
def deletetimerhandler(self): ...
|
||||
|
||||
if sys.version_info >= (3, 8):
|
||||
def create(
|
||||
__screenName: str | None = None,
|
||||
__baseName: str = "",
|
||||
__className: str = "Tk",
|
||||
__interactive: bool = False,
|
||||
__wantobjects: bool = False,
|
||||
__wantTk: bool = True,
|
||||
__sync: bool = False,
|
||||
__use: str | None = None,
|
||||
): ...
|
||||
|
||||
else:
|
||||
def create(
|
||||
__screenName: str | None = None,
|
||||
__baseName: str | None = None,
|
||||
__className: str = "Tk",
|
||||
__interactive: bool = False,
|
||||
__wantobjects: bool = False,
|
||||
__wantTk: bool = True,
|
||||
__sync: bool = False,
|
||||
__use: str | None = None,
|
||||
): ...
|
||||
|
||||
def create(
|
||||
__screenName: str | None = None,
|
||||
__baseName: str = "",
|
||||
__className: str = "Tk",
|
||||
__interactive: bool = False,
|
||||
__wantobjects: bool = False,
|
||||
__wantTk: bool = True,
|
||||
__sync: bool = False,
|
||||
__use: str | None = None,
|
||||
): ...
|
||||
def getbusywaitinterval(): ...
|
||||
def setbusywaitinterval(__new_val): ...
|
||||
|
||||
Reference in New Issue
Block a user