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

Function test_axis_errors

lib/matplotlib/tests/test_axes.py:6473–6475  ·  view source on GitHub ↗
(err, args, kwargs, match)

Source from the content-addressed store, hash-verified

6471 "'foo'"),
6472 ))
6473def test_axis_errors(err, args, kwargs, match):
6474 with pytest.raises(err, match=match):
6475 plt.axis(*args, **kwargs)
6476
6477
6478def test_axis_method_errors():

Callers

nothing calls this directly

Calls 1

axisMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…