Set the (group) id for the artist. Parameters ---------- gid : str
(self, gid)
| 639 | return self._gid |
| 640 | |
| 641 | def set_gid(self, gid): |
| 642 | """ |
| 643 | Set the (group) id for the artist. |
| 644 | |
| 645 | Parameters |
| 646 | ---------- |
| 647 | gid : str |
| 648 | """ |
| 649 | self._gid = gid |
| 650 | |
| 651 | def get_snap(self): |
| 652 | """ |
no outgoing calls