MCPcopy Create free account
hub / github.com/cwida/ALP / get_fused_process

Method get_fused_process

publication/plotter/plot_maker.py:59–63  ·  view source on GitHub ↗
(self, name)

Source from the content-addressed store, hash-verified

57
58
59 def get_fused_process(self, name):
60 if 'fused' in name:
61 return 'Fused'
62 else:
63 return 'Non-Fused'
64
65
66 def plot_speed(self):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected