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

Method __init__

editor/widgets/toolbox_opencv.py:542–544  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

540 """
541 icon = None
542 def __init__(self, *args, **kwargs):
543 BinaryOperator.__init__(self)
544 super(OpencvBitwiseOr, self).__init__("", *args, **kwargs)
545
546 def process(self):
547 if not self.img1 is None:

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected