Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Image-Py/imagepy
/ run
Method
run
imagepy/menus/Window/Windows Style/style_plgs.py:15–17 ·
view source on GitHub ↗
(self, para = None)
Source
from the content-addressed store, hash-verified
13
title =
'Elegant ImagePy Style'
14
asyn = False
15
def
run(self, para = None):
16
ConfigManager.set(
'uistyle'
,
'ipy'
)
17
IPy.alert(
'Shown in ImagePy style when next setup!'
)
18
19
plgs = [ImageJStyle, ImagePyStyle]
Callers
nothing calls this directly
Calls
1
set
Method · 0.45
Tested by
no test coverage detected