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

Method start

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

Source from the content-addressed store, hash-verified

20 def switch(self):pass
21
22 def start(self):
23 ips = IPy.get_ips()
24 if not ips is None and not ips.tool is None:
25 ips.tool = None
26 ips.update()
27 ToolsManager.set(self)
28
29 def mouse_down(self, ips, x, y, btn, **key): pass
30 def mouse_up(self, ips, x, y, btn, **key): pass

Callers 14

runFunction · 0.45
fFunction · 0.45
buildItemFunction · 0.45
buildShortcutFunction · 0.45
OnDropFilesMethod · 0.45
__init__Method · 0.45
loadMethod · 0.45
on_runMethod · 0.45
on_runMethod · 0.45
on_runMethod · 0.45
on_installMethod · 0.45
runMethod · 0.45

Calls 2

updateMethod · 0.45
setMethod · 0.45

Tested by

no test coverage detected