Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/matplotlib/matplotlib
/ test_get_rotation_float
Function
test_get_rotation_float
lib/matplotlib/tests/test_text.py:408–410 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
406
407
408
def
test_get_rotation_float():
409
for
i in [15., 16.70, 77.4]:
410
assert Text(rotation=i).get_rotation() == i
411
412
413
def
test_get_rotation_int():
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…