MCPcopy
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
274def group_path(group_slug: str) -> str:
275 return f"/categories/{group_slug}/"
276
277
278def group_public_url(group_slug: str) -> str:

Callers 1

buildFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected