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

Function test_deprecation

lib/matplotlib/tests/test_rcparams.py:603–607  ·  view source on GitHub ↗
(monkeypatch)

Source from the content-addressed store, hash-verified

601
602
603def test_deprecation(monkeypatch):
604 mpl.rcParams.update(mpl.rcParams.copy()) # Doesn't warn.
605 # Note that the warning suppression actually arises from the
606 # iteration over the updater rcParams being protected by
607 # suppress_matplotlib_deprecation_warning, rather than any explicit check.
608
609
610@pytest.mark.parametrize("value", [

Callers

nothing calls this directly

Calls 2

updateMethod · 0.45
copyMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…