Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/matplotlib/matplotlib
/ test_empty_fancyarrow
Function
test_empty_fancyarrow
lib/matplotlib/tests/test_patches.py:1108–1111 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1106
1107
1108
def
test_empty_fancyarrow():
1109
fig, ax = plt.subplots()
1110
arrow = ax.arrow([], [], [], [])
1111
assert arrow is not None
1112
1113
1114
def
test_patch_edgegapcolor_getter_setter():
Callers
nothing calls this directly
Calls
2
arrow
Method · 0.80
subplots
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…