mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-25 21:31:09 +08:00
Fix webbrowser.MacOSX.__init__ (#13035)
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
webbrowser.MacOSX.__init__
|
||||
|
||||
# Doesn't exist on macos:
|
||||
spwd
|
||||
_msi
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
webbrowser.MacOSX.__init__
|
||||
|
||||
# Doesn't exist on macos:
|
||||
spwd
|
||||
_msi
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
webbrowser.MacOSX.__init__
|
||||
|
||||
# Doesn't exist on macos:
|
||||
spwd
|
||||
_msi
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
webbrowser.MacOSX.__init__
|
||||
|
||||
# Doesn't exist on macos:
|
||||
spwd
|
||||
_msi
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
webbrowser.MacOSX.__init__
|
||||
|
||||
# Doesn't exist on macos:
|
||||
spwd
|
||||
_msi
|
||||
|
||||
@@ -66,6 +66,7 @@ if sys.platform == "darwin":
|
||||
if sys.version_info < (3, 13):
|
||||
@deprecated("Deprecated in 3.11, to be removed in 3.13.")
|
||||
class MacOSX(BaseBrowser):
|
||||
def __init__(self, name: str) -> None: ...
|
||||
def open(self, url: str, new: int = 0, autoraise: bool = True) -> bool: ...
|
||||
|
||||
class MacOSXOSAScript(BaseBrowser): # In runtime this class does not have `name` and `basename`
|
||||
|
||||
Reference in New Issue
Block a user