Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/vinta/awesome-python
/ category_path
Function
category_path
website/build.py:266–267 ·
view source on GitHub ↗
(category: ParsedSection)
Source
from the content-addressed store, hash-verified
264
265
266
def
category_path(category: ParsedSection) -> str:
267
return
f
"/categories/{category['slug']}/"
268
269
270
def
category_public_url(category: ParsedSection) -> str:
Callers
1
build
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected