Code
Hub
Trending
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/rawpython/remi
/ _setup
Method
_setup
editor/widgets/toolbox_siemens.py:249–251 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
247
plc_instance = None
248
249
def
_setup(self):
250
#this must be called after the Widget super constructor
251
self.link_to.do = self.do
252
253
def
do(self, callback, *userdata):
254
if
self.plc_instance and (callback is None):
Callers
4
__init__
Method · 0.45
__init__
Method · 0.45
__init__
Method · 0.45
__init__
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected