Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/tiny-pilot/tinypilot
/ User
Class
User
app/auth.py:54–57 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
52
53
@dataclasses.dataclass
54
class
User:
55
username: str
56
role: Role
57
credentials_last_changed: datetime.datetime
58
59
60
class
Error(Exception):
Callers
1
_user_from_strings
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected