mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
Added _cells
This commit is contained in:
@@ -192,5 +192,8 @@ if __name__ == "__main__":
|
||||
print(Scalar.resolve_dimension.cache_info())
|
||||
|
||||
from rich.style import Style
|
||||
from rich.cells import cached_cell_len
|
||||
|
||||
print(Style._add.cache_info())
|
||||
|
||||
print(cached_cell_len.cache_info())
|
||||
|
||||
Reference in New Issue
Block a user