Add Lattice benchmarks

This commit is contained in:
Vinayak Mehta
2018-09-12 05:58:22 +05:30
parent 094be1a1dd
commit b276909a4f
49 changed files with 517 additions and 0 deletions
+3
View File
@@ -313,6 +313,9 @@ class Table(object):
cell.vspan = True
elif top and bottom and (not left and not right):
cell.hspan = True
elif cell.bound in [0, 1]:
cell.vspan = True
cell.hspan = True
return self
def to_csv(self, path, **kwargs):