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

Function test_default_joinstyle

lib/matplotlib/tests/test_patches.py:923–925  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

921
922
923def test_default_joinstyle():
924 patch = Patch()
925 assert patch.get_joinstyle() == 'miter'
926
927
928@image_comparison(["autoscale_arc"], extensions=['png', 'svg'],

Callers

nothing calls this directly

Calls 2

get_joinstyleMethod · 0.95
PatchClass · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…