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

Method set_title

scratchattach/site/project.py:740–744  ·  view source on GitHub ↗

Changes the projects title. You can only use this function if this object was created using :meth:`scratchattach.session.Session.connect_project`

(self, text)

Source from the content-addressed store, hash-verified

738 return self.post_comment(content, parent_id=parent_id, commentee_id=commentee_id)
739
740 def set_title(self, text):
741 """
742 Changes the projects title. You can only use this function if this object was created using :meth:`scratchattach.session.Session.connect_project`
743 """
744 self.set_fields({"title": text})
745
746 def set_instructions(self, text):
747 """

Callers

nothing calls this directly

Calls 1

set_fieldsMethod · 0.95

Tested by

no test coverage detected