MCPcopy Index your code
hub / github.com/RustPython/RustPython / __init__

Method __init__

Lib/webbrowser.py:594–595  ·  view source on GitHub ↗
(self, name='default')

Source from the content-addressed store, hash-verified

592if sys.platform == 'darwin':
593 class MacOSXOSAScript(BaseBrowser):
594 def __init__(self, name='default'):
595 super().__init__(name)
596
597 def open(self, url, new=0, autoraise=True):
598 sys.audit("webbrowser.open", url)

Callers

nothing calls this directly

Calls 2

superClass · 0.85
__init__Method · 0.45

Tested by

no test coverage detected