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

Function test_nargs_stem

lib/matplotlib/tests/test_axes.py:752–755  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

750
751
752def test_nargs_stem():
753 with pytest.raises(TypeError, match='0 were given'):
754 # stem() takes 1-3 arguments.
755 plt.stem()
756
757
758def test_nargs_legend():

Callers

nothing calls this directly

Calls 1

stemMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…