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

Class ParsedGroup

website/readme_parser.py:35–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33
34
35class ParsedGroup(TypedDict):
36 name: str
37 slug: str
38 categories: list[ParsedSection]
39
40
41class ParsedSponsor(TypedDict):

Callers 1

flush_groupFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected