Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/reactive-python/reactpy
/ opener
Function
opener
docs/docs_app/dev.py:98–100 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
96
if
args.openbrowser is True:
97
98
def
opener():
99
time.sleep(args.delay)
100
webbrowser.open(f
"http://{args.host}:{args.port}/index.html"
)
101
102
threading.Thread(target=opener, daemon=True).start()
103
Callers
nothing calls this directly
Calls
1
open
Method · 0.80
Tested by
no test coverage detected