mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
docstring
This commit is contained in:
@@ -37,7 +37,7 @@ class SpatialMap:
|
|||||||
"""A mapping of block coordinate on to widget placement.
|
"""A mapping of block coordinate on to widget placement.
|
||||||
|
|
||||||
Returns:
|
Returns:
|
||||||
Mapping[tuple[int, int], list[WidgetPlacement]]: Mapping.
|
Mapping[tuple[int, int], list[WidgetPlacement]]: Mapping of coord to list of placements.
|
||||||
"""
|
"""
|
||||||
if self._map is None:
|
if self._map is None:
|
||||||
self._map = self._build_placements(self._placements)
|
self._map = self._build_placements(self._placements)
|
||||||
|
|||||||
Reference in New Issue
Block a user