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

Function test_kwargs_pass

lib/matplotlib/tests/test_figure.py:1666–1671  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1664
1665
1666def test_kwargs_pass():
1667 fig = Figure(label='whole Figure')
1668 sub_fig = fig.subfigures(1, 1, label='sub figure')
1669
1670 assert fig.get_label() == 'whole Figure'
1671 assert sub_fig.get_label() == 'sub figure'
1672
1673
1674@check_figures_equal()

Callers

nothing calls this directly

Calls 3

FigureClass · 0.90
subfiguresMethod · 0.80
get_labelMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…