MCPcopy
hub / github.com/vinta/awesome-python / category_public_url

Function category_public_url

website/build.py:270–271  ·  view source on GitHub ↗
(category: ParsedSection)

Source from the content-addressed store, hash-verified

268
269
270def category_public_url(category: ParsedSection) -> str:
271 return f"{SITE_URL}categories/{category['slug']}/"
272
273
274def group_path(group_slug: str) -> str:

Callers 3

render_categoryFunction · 0.85
buildFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected