Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ main
Function
main
Lib/webbrowser.py:701–706 ·
view source on GitHub ↗
(arg_list: list[str] | None = None)
Source
from the content-addressed store, hash-verified
699
700
701
def
main(arg_list: list[str] | None = None):
702
args = parse_args(arg_list)
703
704
open(args.url, args.new_win)
705
706
print(
"\a"
)
707
708
709
if
__name__ ==
"__main__"
:
Callers
1
webbrowser.py
File · 0.70
Calls
3
parse_args
Function · 0.70
open
Function · 0.70
print
Function · 0.50
Tested by
no test coverage detected