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