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

Function test_get_rotation_string

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

Source from the content-addressed store, hash-verified

401
402
403def test_get_rotation_string():
404 assert Text(rotation='horizontal').get_rotation() == 0.
405 assert Text(rotation='vertical').get_rotation() == 90.
406
407
408def test_get_rotation_float():

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…