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

Method search_app_instance

editor/widgets/toolbox_opencv.py:184–189  ·  view source on GitHub ↗
(self, node)

Source from the content-addressed store, hash-verified

182 self.img = image_data_as_numpy_array
183
184 def search_app_instance(self, node):
185 if issubclass(node.__class__, remi.server.App):
186 return node
187 if not hasattr(node, "get_parent"):
188 return None
189 return self.search_app_instance(node.get_parent())
190
191 def __del__(self):
192 self.thread_stop_flag = True

Callers 1

updateMethod · 0.95

Calls 1

get_parentMethod · 0.80

Tested by

no test coverage detected