MCPcopy
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
266def category_path(category: ParsedSection) -> str:
267 return f"/categories/{category['slug']}/"
268
269
270def category_public_url(category: ParsedSection) -> str:

Callers 1

buildFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected