data table columns

This commit is contained in:
Will McGugan
2022-06-13 17:51:28 +01:00
parent 77206cb2f5
commit 6ce429ef9a
24 changed files with 1343 additions and 71 deletions

View File

@@ -516,7 +516,7 @@ class Region(NamedTuple):
@lru_cache(maxsize=4096)
def union(self, region: Region) -> Region:
"""Get a new region that contains both regions.
"""Get the smallest region that contains both regions.
Args:
region (Region): Another region.