Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
423
def
test_get_rotation_none():
424
assert Text(rotation=None).get_rotation() == 0.0
425
426
427
def
test_get_rotation_mod360():
Callers
nothing calls this directly
Calls
2
Text
Class · 0.90
get_rotation
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…