Return a dictionary of all the properties of the artist.
(self)
| 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 | """ |