Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
918
def
test_default_capstyle():
919
patch = Patch()
920
assert patch.get_capstyle() ==
'butt'
921
922
923
def
test_default_joinstyle():
Callers
nothing calls this directly
Calls
2
get_capstyle
Method · 0.95
Patch
Class · 0.90
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…