Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/matplotlib/matplotlib
/ test_get_rotation_raises
Function
test_get_rotation_raises
lib/matplotlib/tests/test_text.py:418–420 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
416
417
418
def
test_get_rotation_raises():
419
with
pytest.raises(ValueError):
420
Text(rotation=
'hozirontal'
)
421
422
423
def
test_get_rotation_none():
Callers
nothing calls this directly
Calls
1
Text
Class · 0.90
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…