MCPcopy Index your code
hub / github.com/Textualize/textual / test_split_negative

Function test_split_negative

tests/test_geometry.py:427–433  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

425
426
427def test_split_negative():
428 assert Region(10, 5, 22, 15).split(-1, -1) == (
429 Region(10, 5, 21, 14),
430 Region(31, 5, 1, 14),
431 Region(10, 19, 21, 1),
432 Region(31, 19, 1, 1),
433 )
434
435
436def test_split_vertical():

Callers

nothing calls this directly

Calls 2

RegionClass · 0.90
splitMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…