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

Function test_boxstyle_errors

lib/matplotlib/tests/test_patches.py:811–813  ·  view source on GitHub ↗
(fmt, match)

Source from the content-addressed store, hash-verified

809 ("Round,foo", "Incorrect style argument: 'Round,foo'"),
810))
811def test_boxstyle_errors(fmt, match):
812 with pytest.raises(ValueError, match=match):
813 BoxStyle(fmt)
814
815
816@image_comparison(['annulus.png'], style='mpl20')

Callers

nothing calls this directly

Calls 1

BoxStyleClass · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…