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

Function test__metadata_to_str

lib/matplotlib/tests/test_backend_pgf.py:46–47  ·  view source on GitHub ↗
(key, value, expected_str)

Source from the content-addressed store, hash-verified

44 "ModDate={D:19680801000000Z}"),
45])
46def test__metadata_to_str(key, value, expected_str):
47 assert _metadata_to_str(key, value) == expected_str
48
49
50@pytest.mark.parametrize("value", [

Callers

nothing calls this directly

Calls 1

_metadata_to_strFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…