MCPcopy Index your code
hub / github.com/python/cpython / __init__

Method __init__

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

Source from the content-addressed store, hash-verified

615if sys.platform == 'darwin':
616 class MacOSXOSAScript(BaseBrowser):
617 def __init__(self, name='default'):
618 super().__init__(name)
619
620 def open(self, url, new=0, autoraise=True):
621 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