Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
427
def
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
436
def
test_split_vertical():
Callers
nothing calls this directly
Calls
2
Region
Class · 0.90
split
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…