Beispiel #1
0
 class Table2(tables.IsDescription):
     value2 = tables.Float32Col()
Beispiel #2
0
 class Table3(tables.IsDescription):
     value3 = tables.Float32Col()
Beispiel #3
0
 class Table1(tables.IsDescription):
     value1 = tables.Float32Col()