MCPcopy
hub / github.com/Textualize/textual / test_size_with_height

Function test_size_with_height

tests/test_geometry.py:496–498  ·  view source on GitHub ↗

Test Size.with_height

()

Source from the content-addressed store, hash-verified

494
495
496def test_size_with_height():
497 """Test Size.with_height"""
498 assert Size(1, 2).with_height(10) == Size(1, 10)
499
500
501def test_size_with_width():

Callers

nothing calls this directly

Calls 2

SizeClass · 0.90
with_heightMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…