File: foo_serializer.py

package info (click to toggle)
python-marshmallow 3.26.1-0.2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 1,280 kB
  • sloc: python: 11,513; makefile: 11; sh: 8
file content (5 lines) | stat: -rw-r--r-- 97 bytes parent folder | download | duplicates (4)
1
2
3
4
5
from marshmallow import Schema, fields


class FooSerializer(Schema):
    _id = fields.Integer()