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

Function test_default_capstyle

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

Source from the content-addressed store, hash-verified

916
917
918def test_default_capstyle():
919 patch = Patch()
920 assert patch.get_capstyle() == 'butt'
921
922
923def test_default_joinstyle():

Callers

nothing calls this directly

Calls 2

get_capstyleMethod · 0.95
PatchClass · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…