Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/rawpython/remi
/ __init__
Method
__init__
editor/widgets/toolbox_opencv.py:524–526 ·
view source on GitHub ↗
(self, *args, **kwargs)
Source
from the content-addressed store, hash-verified
522
""
"
523
icon = None
524
def
__init__(self, *args, **kwargs):
525
BinaryOperator.__init__(self)
526
super(OpencvBitwiseAnd, self).__init__(
""
, *args, **kwargs)
527
528
def
process(self):
529
if
not self.img1 is None:
Callers
nothing calls this directly
Calls
1
__init__
Method · 0.45
Tested by
no test coverage detected