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

Function synthetic_category

website/build.py:290–291  ·  view source on GitHub ↗
(name: str, slug: str)

Source from the content-addressed store, hash-verified

288
289
290def synthetic_category(name: str, slug: str) -> SyntheticCategory:
291 return {"name": name, "slug": slug, "description": "", "description_html": ""}
292
293
294def write_sitemap_xml(path: Path, urls: Sequence[tuple[str, str]]) -> None:

Callers 1

buildFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected