MCPcopy 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
888def test_empty_verts():
889 poly = Polygon(np.zeros((0, 2)))
890 assert poly.get_verts() == []
891
892
893def test_default_antialiased():

Callers

nothing calls this directly

Calls 2

PolygonClass · 0.90
get_vertsMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…