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

Function test_format_shortcut

lib/matplotlib/tests/test_backend_tools.py:19–20  ·  view source on GitHub ↗
(rc_shortcut, expected)

Source from the content-addressed store, hash-verified

17 ('cmd+1', 'Cmd+1'),
18])
19def test_format_shortcut(rc_shortcut, expected):
20 assert ToolHelpBase.format_shortcut(rc_shortcut) == expected

Callers

nothing calls this directly

Calls 1

format_shortcutMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…