Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/hunvreus/devpush
/ color
Method
color
app/models.py:200–201 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
198
199
@property
200
def
color(self) -> str:
201
return
get_color(self.id)
202
203
204
@event.listens_for(Team,
"after_insert"
)
Callers
nothing calls this directly
Calls
1
get_color
Function · 0.90
Tested by
no test coverage detected