MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / Error

Class Error

tools/python-3.11.9-amd64/Lib/webbrowser.py:15–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13__all__ = ["Error", "open", "open_new", "open_new_tab", "get", "register"]
14
15class Error(Exception):
16 pass
17
18_lock = threading.RLock()
19_browsers = {} # Dictionary of available browser controllers

Callers 2

getFunction · 0.70
openMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected