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

Function test_properties

lib/matplotlib/tests/test_artist.py:236–238  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

234
235
236def test_properties():
237 ln = mlines.Line2D([], [])
238 ln.properties() # Check that no warning is emitted.
239
240
241def test_setp():

Callers

nothing calls this directly

Calls 1

propertiesMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…