MCPcopy 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
418def test_get_rotation_raises():
419 with pytest.raises(ValueError):
420 Text(rotation='hozirontal')
421
422
423def test_get_rotation_none():

Callers

nothing calls this directly

Calls 1

TextClass · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…