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

Function modify_vertices

lib/matplotlib/tests/test_path.py:29–30  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

27 path = Path.unit_circle()
28
29 def modify_vertices():
30 path.vertices = path.vertices * 2.0
31
32 with pytest.raises(AttributeError):
33 modify_vertices()

Callers 1

test_readonly_pathFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…