Closed sanoke closed 8 years ago
@sanoke @lshen2009 @jsm09 @brennan-ae Hey guys, I need some input as to what functions should go in the ABC. This is what I'm currently thinking: Go into ABC: iter, itervalues, itertimes, iteritems Won't go into ABC: getitem, setitem, contains, values, time, items, and length
Really unsure about this though so please give me your input!
I think that sounds good.
Does the streaming version store the data? If so, then we'd want times, values, items, contains.
What about add, bool etc? I would think yes to all those being in the ABC.
From the Project Spec 5, implement