Added _cells

This commit is contained in:
Will McGugan
2022-06-28 11:02:16 +01:00
parent cec49dbbc2
commit 2ac4c1edd2
6 changed files with 66 additions and 58 deletions

View File

@@ -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())