MCPcopy Create free account
hub / github.com/bedroombuilds/python2rust / Categories

Class Categories

18_argparse/python/argp.py:5–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3
4
5class Categories(Enum):
6 Science = 28
7 People = 22
8 Comedy = 23
9
10
11VALID_CATEGORIES = [c.name for c in Categories]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected