Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Image-Py/imagepy
/ uimode
Function
uimode
imagepy/IPy.py:22–25 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
20
for
i in extends: loader.build_plugins(i, True)
21
22
def
uimode():
23
if
curapp is None:
return
'no'
24
from
.core
import
manager
25
return
manager.ConfigManager.get(
'uistyle'
) or
'ipy'
26
27
def
get_window():
28
from
.core
import
manager
Callers
5
showips
Function · 0.85
show_ips
Function · 0.85
show_img
Function · 0.85
_alert
Function · 0.85
showtable
Function · 0.85
Calls
1
get
Method · 0.45
Tested by
no test coverage detected