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

Method set_notes

scratchattach/site/project.py:752–756  ·  view source on GitHub ↗

Changes the projects notes and credits. 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

750 self.set_fields({"instructions": text})
751
752 def set_notes(self, text):
753 """
754 Changes the projects notes and credits. You can only use this function if this object was created using :meth:`scratchattach.session.Session.connect_project`
755 """
756 self.set_fields({"description": text})
757
758 @deprecated("Deprecated because ScratchDB is down indefinitely.")
759 def ranks(self):

Callers

nothing calls this directly

Calls 1

set_fieldsMethod · 0.95

Tested by

no test coverage detected