mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
optimized line rendering and updated render_lines API
This commit is contained in:
@@ -174,3 +174,6 @@ if __name__ == "__main__":
|
||||
from textual.css.scalar import Scalar
|
||||
|
||||
print(Scalar.resolve_dimension.cache_info())
|
||||
|
||||
from rich.style import Style
|
||||
print(Style.__add__.cache_info())
|
||||
|
||||
Reference in New Issue
Block a user