http://mmgen-wallet.i2p/project/mmgen/mmgen-wallet/commit/da13550cd10cff57b07a56b535a0a37cc783e3fc
= None: + assert me <= cls.max_val,'is greater than cls.max_val ({})'.format(cls.max_val) + if cls.max_digits != None: + assert len(str(me)) <= cls.max_digits,'has more than {} digits'.format(cls.max_digits) + return me + except Exception as e: + return cls.init_fail(e,n) + + @classmethod + def colorize(cls,n,color=True): + return Hilite.colorize(repr(n),color=color) # For attrs that are always present in the data instance # Reassignment and...