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

Method get_linked_user

scratchattach/site/session.py:243–247  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

241 return self._user
242
243 def get_linked_user(self) -> user.User:
244 # backwards compatibility with v1
245
246 # To avoid inconsistencies with "connect" and "get", this function was renamed
247 return self.connect_linked_user()
248
249 def set_country(self, country: str = "Antarctica"):
250 """

Callers

nothing calls this directly

Calls 1

connect_linked_userMethod · 0.95

Tested by

no test coverage detected