Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ __init__
Method
__init__
Lib/webbrowser.py:153–155 ·
view source on GitHub ↗
(self, name="")
Source
from the content-addressed store, hash-verified
151
args = [
'%s'
]
152
153
def
__init__(self, name=
""
):
154
self.name = name
155
self.basename = name
156
157
def
open(self, url, new=0, autoraise=True):
158
raise
NotImplementedError
Callers
1
__init__
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected