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

Function test_valid_drawstyles

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

Source from the content-addressed store, hash-verified

125
126
127def test_valid_drawstyles():
128 line = mlines.Line2D([], [])
129 with pytest.raises(ValueError):
130 line.set_drawstyle('foobar')
131
132
133def test_set_drawstyle():

Callers

nothing calls this directly

Calls 1

set_drawstyleMethod · 0.95

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…