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

Class EPICSPlaceholder

editor/widgets/__init__.py:25–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23 from .toolbox_EPICS import EPICSBooleanButton, EPICSLed, EPICSValueMeterWidget, EPICSPlotPV, EPICSValueGaugeWidget
24except Exception:
25 class EPICSPlaceholder(gui.Label):
26 icon = default_icon("missing EPICS")
27 def __init__(self, msg="In order to use EPICS widgets install pyepics \n" + traceback.format_exc()):
28 super(EPICSPlaceholder, self).__init__(msg)
29 self.css_white_space = 'pre'
30
31try:
32 from .toolbox_opencv import OpencvImRead, OpencvCrop, OpencvVideo, OpencvThreshold, OpencvSplit, OpencvCvtColor, OpencvAddWeighted, OpencvBitwiseNot, OpencvBitwiseAnd, OpencvBitwiseOr,\

Callers

nothing calls this directly

Calls 1

default_iconFunction · 0.70

Tested by

no test coverage detected