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

Function test_Issue_1713

lib/matplotlib/tests/test_rcparams.py:195–200  ·  view source on GitHub ↗
(tmp_path)

Source from the content-addressed store, hash-verified

193
194
195def test_Issue_1713(tmp_path):
196 rcpath = tmp_path / 'test_rcparams.rc'
197 rcpath.write_text('timezone: UTC', encoding='utf-8')
198 with mock.patch('locale.getpreferredencoding', return_value='UTF-32-BE'):
199 rc = mpl.rc_params_from_file(rcpath, True, False)
200 assert rc.get('timezone') == 'UTC'
201
202
203def test_animation_frame_formats():

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…