Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/matplotlib/matplotlib
/ test_empty_verts
Function
test_empty_verts
lib/matplotlib/tests/test_patches.py:888–890 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
886
887
888
def
test_empty_verts():
889
poly = Polygon(np.zeros((0, 2)))
890
assert poly.get_verts() == []
891
892
893
def
test_default_antialiased():
Callers
nothing calls this directly
Calls
2
Polygon
Class · 0.90
get_verts
Method · 0.80
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…