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

Method author

scratchattach/site/comment.py:86–87  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

84 # Methods for getting related entities
85
86 def author(self) -> user.User:
87 return self._make_linked_object("username", self.author_name, user.User, exceptions.UserNotFound)
88
89 def place(self) -> user.User | studio.Studio | project.Project:
90 """

Callers

nothing calls this directly

Calls 1

_make_linked_objectMethod · 0.45

Tested by

no test coverage detected