You can only use this function if this object was created using :meth:`scratchattach.session.Session.connect_studio`
(self, new)
| 501 | self.set_fields({"description": new + "\n"}) |
| 502 | |
| 503 | def set_title(self, new): |
| 504 | """ |
| 505 | You can only use this function if this object was created using :meth:`scratchattach.session.Session.connect_studio` |
| 506 | """ |
| 507 | self.set_fields({"title": new}) |
| 508 | |
| 509 | def open_projects(self): |
| 510 | """ |
no test coverage detected