Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
5
class
Categories(Enum):
6
Science = 28
7
People = 22
8
Comedy = 23
9
10
11
VALID_CATEGORIES = [c.name
for
c in Categories]
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected