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

Function test_valid_linestyles

lib/matplotlib/tests/test_lines.py:89–92  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

87
88
89def test_valid_linestyles():
90 line = mlines.Line2D([], [])
91 with pytest.raises(ValueError):
92 line.set_linestyle('aardvark')
93
94
95@mpl.style.context('mpl20')

Callers

nothing calls this directly

Calls 1

set_linestyleMethod · 0.95

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…