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

Method properties

lib/matplotlib/artist.py:1250–1252  ·  view source on GitHub ↗

Return a dictionary of all the properties of the artist.

(self)

Source from the content-addressed store, hash-verified

1248 self.stale = True
1249
1250 def properties(self):
1251 """Return a dictionary of all the properties of the artist."""
1252 return ArtistInspector(self).properties()
1253
1254 def _update_props(self, props, errfmt):
1255 """

Callers 2

test_table_cellsFunction · 0.45
test_propertiesFunction · 0.45

Calls 1

ArtistInspectorClass · 0.85

Tested by 2

test_table_cellsFunction · 0.36
test_propertiesFunction · 0.36