Package vsql_core :: Package utils :: Package factored_parser :: Module test_tuple_reader
[hide private]
[frames] | no frames]

Module test_tuple_reader

source code

Variables [hide private]
  struct_int32 = struct.Struct('>i')
  struct_int64 = struct.Struct('>q')
  struct_int16 = struct.Struct('>h')
  struct_double = struct.Struct('>d')
  b = cStringIO.StringIO()
  array = []
  ts = TupleSchema([23, 701, 23, 701, 701, 1022])
  tr = TupleReader(b.getvalue(), ts)