File: foo_serializer.py

package info (click to toggle)
python-marshmallow 3.10.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,076 kB
  • sloc: python: 10,539; makefile: 14
file content (5 lines) | stat: -rw-r--r-- 97 bytes parent folder | download | duplicates (5)
1
2
3
4
5
from marshmallow import Schema, fields


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