MCPcopy Create free account
hub / github.com/clMathLibraries/clFFT / __init__

Method __init__

src/scripts/perf/plotPerformance.py:186–189  ·  view source on GitHub ↗
(self, inlabel, inxdata, inydata)

Source from the content-addressed store, hash-verified

184
185 class DataForOnePlot:
186 def __init__(self, inlabel, inxdata, inydata):
187 self.label = inlabel
188 self.xdata = inxdata
189 self.ydata = inydata
190
191 dataForAllPlots=[]
192 for plot in plots:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected