pyre.schemata.Array

Module Contents

class pyre.schemata.Array.Array(default=(), **kwds)

Bases: pyre.schemata.Schema.Schema

The array type declarator

typename = array
complaint = could not coerce {0.value!r} to an array
coerce(self, value, **kwds)

Convert {value} into a tuple