MCPcopy 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
22def uimode():
23 if curapp is None: return 'no'
24 from .core import manager
25 return manager.ConfigManager.get('uistyle') or 'ipy'
26
27def get_window():
28 from .core import manager

Callers 5

showipsFunction · 0.85
show_ipsFunction · 0.85
show_imgFunction · 0.85
_alertFunction · 0.85
showtableFunction · 0.85

Calls 1

getMethod · 0.45

Tested by

no test coverage detected