MCPcopy
hub / github.com/eudicots/Cactus / signal

Function signal

cactus/utils/ipc.py:5–13  ·  view source on GitHub ↗
(signal, data=None)

Source from the content-addressed store, hash-verified

3
4
5def signal(signal, data=None):
6 if data is None:
7 data = {}
8
9 if not os.environ.get('DESKTOPAPP'):
10 return
11
12 data["signal"] = signal
13 logging.warning("", data)

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected