MCPcopy Index your code
hub / github.com/matplotlib/matplotlib / test_get_rotation_int

Function test_get_rotation_int

lib/matplotlib/tests/test_text.py:413–415  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

411
412
413def test_get_rotation_int():
414 for i in [67, 16, 41]:
415 assert Text(rotation=i).get_rotation() == float(i)
416
417
418def test_get_rotation_raises():

Callers

nothing calls this directly

Calls 2

TextClass · 0.90
get_rotationMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…