MCPcopy
hub / github.com/MrNothing/AI-Blocks / SetState

Function SetState

Sources/build_scripts/global_functions.py:29–31  ·  view source on GitHub ↗
(id, state, flush=True)

Source from the content-addressed store, hash-verified

27 Log('err:'+msg, flush)
28
29def SetState(id, state, flush=True):
30 if EDITOR_MODE:
31 Log('status:'+str(id)+':'+str(state), flush)
32
33def SendChartData(id, name, value, color='#3e95cd', flush=True):
34 if EDITOR_MODE:

Callers 9

RunFunction · 0.85
RunFunction · 0.85
RunFunction · 0.85
CIFAR10_loader.pyFile · 0.85
loadAllFilesFunction · 0.85
RunFunction · 0.85
TrainFunction · 0.85
MNIST_loader.pyFile · 0.85
MINST_loader.pyFile · 0.85

Calls 1

LogFunction · 0.85

Tested by

no test coverage detected