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

Function test_use

lib/matplotlib/tests/test_style.py:64–68  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

62
63
64def test_use():
65 mpl.rcParams[PARAM] = 'gray'
66 with temp_style('test', DUMMY_SETTINGS):
67 with style.context('test'):
68 assert mpl.rcParams[PARAM] == VALUE
69
70
71def test_use_url(tmp_path):

Callers

nothing calls this directly

Calls 1

temp_styleFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…