MCPcopy Create free account
hub / github.com/Image-Py/imagepy / show

Method show

imagepy/core/engine/tool.py:13–16  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

11 view, para = None, None
12
13 def show(self):
14 if self.view == None:return
15 rst = IPy.get_para(self.title, self.view, self.para)
16 if rst!=None : self.config()
17
18 def config(self):pass
19 def load(self):pass

Callers 7

__main__.pyFile · 0.45
polygonfill.pyFile · 0.45
add_toolsFunction · 0.45
watershed.pyFile · 0.45
ridge.pyFile · 0.45
findmax.pyFile · 0.45
skel2d.pyFile · 0.45

Calls 2

configMethod · 0.95
get_paraMethod · 0.80

Tested by

no test coverage detected