MCPcopy Index your code
hub / github.com/rawpython/remi / _setup

Method _setup

editor/widgets/toolbox_opencv.py:19–21  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

17# noinspection PyUnresolvedReferences
18class OpencvWidget(object):
19 def _setup(self):
20 #this must be called after the Widget super constructor
21 self.on_new_image.do = self.do
22
23 def do(self, callback, *userdata, **kwuserdata):
24 #this method gets called when an event is connected, making it possible to execute the process chain directly, before the event triggers

Callers 2

__init__Method · 0.45
__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected