Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dbunt1tled/python-fast-api
/ UserStatus
Class
UserStatus
src/app/user/data/user_status.py:4–7 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2
3
4
class
UserStatus(int, Enum):
5
PENDING = 1
6
ACTIVE = 2
7
INACTIVE = 3
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected