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

Method load_description

scratchattach/site/project.py:274–276  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

272 raise exceptions.Unauthorized("You need to be authenticated as the profile owner to do this.")
273
274 def load_description(self):
275 # Overrides the load_description method that exists for unshared projects
276 self.update()
277
278 # -- Project contents (body/json) -- #
279

Callers

nothing calls this directly

Calls 1

updateMethod · 0.45

Tested by

no test coverage detected