mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
data table columns
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user