pyre.schemata.Integer

Module Contents

class pyre.schemata.Integer.Integer(default=int(), **kwds)

Bases: pyre.schemata.Numeric.Numeric

A type declarator for integers

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

Attempt to convert {value} into an integer