MCPcopy Index your code
hub / github.com/Giyn/DataMiningVisualizationSystem / pullDataSet

Function pullDataSet

App/PoolManager.py:49–55  ·  view source on GitHub ↗
(hashKey:str)

Source from the content-addressed store, hash-verified

47 return None, None
48
49def pullDataSet(hashKey:str) :
50
51 for i in dataPool :
52
53 if(i[0] == hashKey) : return i[1], i[2], i[3]
54
55 return None

Callers 3

pushDataSetFunction · 0.85
fitFunction · 0.85
predictFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected