Package coprs :: Package rest_api :: Module schemas :: Class BuiltPackages
[hide private]
[frames] | no frames]

Class BuiltPackages

source code


stored in db as a string:
    "python3-marshmallow 2.0.0b5
python-marshmallow 2.0.0b5"
    we would represent them as
    { name: "pkg", version: "pkg version" }
    we implement only the serialization, since field is read-only
    

Instance Methods [hide private]
 
_serialize(self, value, attr, obj, **kwargs) source code