pyre.schemata.Container¶
Module Contents¶
-
class
pyre.schemata.Container.Container(default=object, schema=Schema(), **kwds)¶ Bases:
pyre.schemata.Schema.SchemaThe base class for type declarators that are sequences of other types
-
typename= container¶
-
coerce(self, value, **kwds)¶ Convert {value} into an iterable
-