summaryrefslogtreecommitdiff
path: root/lib9p/protogen/c_unmarshal.py
AgeCommit message (Collapse)Author
2025-03-25lib9p: Remove specialized contextsLuke T. Shumaker
Now that the validate/unmarshal/marshal functions are all flat, they don't need specialized contexts.
2025-03-25lib9p: protogen: marshal, unmarshal: collapse identitical if'sLuke T. Shumaker
2025-03-25lib9p: protogen: flatten the unmarshal functions, same as marshalLuke T. Shumaker
2025-03-23lib9p: protogen: pull c.py and c_*.py out of __init__.pyLuke T. Shumaker