MCPcopy Create free account
hub / github.com/TimMcCool/scratchattach / set_title

Method set_title

scratchattach/site/studio.py:503–507  ·  view source on GitHub ↗

You can only use this function if this object was created using :meth:`scratchattach.session.Session.connect_studio`

(self, new)

Source from the content-addressed store, hash-verified

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 """

Callers 1

create_studioMethod · 0.45

Calls 1

set_fieldsMethod · 0.95

Tested by

no test coverage detected