You can only use this function if this object was created using :meth:`scratchattach.session.Session.connect_studio`
(self, new)
| 495 | |
| 496 | |
| 497 | def set_description(self, new): |
| 498 | """ |
| 499 | You can only use this function if this object was created using :meth:`scratchattach.session.Session.connect_studio` |
| 500 | """ |
| 501 | self.set_fields({"description": new + "\n"}) |
| 502 | |
| 503 | def set_title(self, new): |
| 504 | """ |
no test coverage detected