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

Method set_description

scratchattach/site/studio.py:497–501  ·  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

495
496
497 def set_description(self, new):
498 """
499 You can only use this function if this object was created using :meth:`scratchattach.session.Session.connect_studio`
500 """
501 self.set_fields({"description": new + "\n"})
502
503 def set_title(self, new):
504 """

Callers 1

create_studioMethod · 0.45

Calls 1

set_fieldsMethod · 0.95

Tested by

no test coverage detected