Searched refs:to_bunch (Results 1 – 2 of 2) sorted by relevance
25 def to_bunch(var): function27 return [to_bunch(i) for i in var]32 v = to_bunch(v)
125 dictionary[k] = bunch.to_bunch(v)