MCPcopy 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
701def 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
709if __name__ == "__main__":

Callers 1

webbrowser.pyFile · 0.70

Calls 3

parse_argsFunction · 0.70
openFunction · 0.70
printFunction · 0.50

Tested by

no test coverage detected