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

Method set_instructions

scratchattach/site/project.py:746–750  ·  view source on GitHub ↗

Changes the projects instructions. 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

744 self.set_fields({"title": text})
745
746 def set_instructions(self, text):
747 """
748 Changes the projects instructions. You can only use this function if this object was created using :meth:`scratchattach.session.Session.connect_project`
749 """
750 self.set_fields({"instructions": text})
751
752 def set_notes(self, text):
753 """

Callers

nothing calls this directly

Calls 1

set_fieldsMethod · 0.95

Tested by

no test coverage detected