MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / __init__

Method __init__

tools/python-3.11.9-amd64/Lib/webbrowser.py:633–636  ·  view source on GitHub ↗
(self, name)

Source from the content-addressed store, hash-verified

631 Internet System Preferences panel, will be used.
632 """
633 def __init__(self, name):
634 warnings.warn(f'{self.__class__.__name__} is deprecated in 3.11'
635 ' use MacOSXOSAScript instead.', DeprecationWarning, stacklevel=2)
636 self.name = name
637
638 def open(self, url, new=0, autoraise=True):
639 sys.audit("webbrowser.open", url)

Callers 1

__init__Method · 0.45

Calls 1

warnMethod · 0.45

Tested by

no test coverage detected