MCPcopy 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
54class User:
55 username: str
56 role: Role
57 credentials_last_changed: datetime.datetime
58
59
60class Error(Exception):

Callers 1

_user_from_stringsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected