Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/vinta/awesome-python
/ group_path
Function
group_path
website/build.py:274–275 ·
view source on GitHub ↗
(group_slug: str)
Source
from the content-addressed store, hash-verified
272
273
274
def
group_path(group_slug: str) -> str:
275
return
f
"/categories/{group_slug}/"
276
277
278
def
group_public_url(group_slug: str) -> str:
Callers
1
build
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected