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

Function test_get_rotation_none

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

Source from the content-addressed store, hash-verified

421
422
423def test_get_rotation_none():
424 assert Text(rotation=None).get_rotation() == 0.0
425
426
427def test_get_rotation_mod360():

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…