Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/easydiffusion/easydiffusion
/ open_dev_shell
Function
open_dev_shell
scripts/webui_console.py:89–93 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
87
88
89
def
open_dev_shell():
90
if
platform.system() ==
"Windows"
:
91
subprocess.Popen(
"cmd"
).communicate()
92
else
:
93
subprocess.Popen(
"bash"
).communicate()
94
95
96
if
__name__ ==
"__main__"
:
Callers
1
webui_console.py
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected