MCPcopy Index your code
hub / github.com/hunvreus/devpush / token

Method token

app/models.py:293–297  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

291
292 @property
293 def token(self) -> str | None:
294 if self._token is None:
295 return None
296 fernet = get_fernet()
297 return fernet.decrypt(self._token.encode()).decode()
298
299 @token.setter
300 def token(self, value: str):

Callers

nothing calls this directly

Calls 1

get_fernetFunction · 0.85

Tested by

no test coverage detected