Exemple #1
0
def mediumint(value):
    return niceBigInteger(value)
Exemple #2
0
def smallint(value):
    return niceBigInteger(value, smallest=True)