record

exclude_from_ordering = Tag(...)

A special tag to exclude a field from ordering, in record classes where ordered=True

exception ParseFailure(TypeError)

The error raised when an attempt to parse an object has failed because no parsers succeeded

@parser

mark a callable as a parser for a record class and all its subclasses

Parameters

func – the function to mark

Returns

func, to used as a decorator

Expanded Members: