typedargs.types.integer module

Summary

Functions:

convert
default_formatter
format_hex
format_unsigned
validate_nonnegative
validate_positive
validate_range

Data:

MAPPED_TYPE_NAMES Built-in immutable sequence.

Reference

typedargs.types.integer.convert(arg)[source]
typedargs.types.integer.validate_positive(arg)[source]
typedargs.types.integer.validate_range(arg, lower, upper)[source]
typedargs.types.integer.validate_nonnegative(arg)[source]
typedargs.types.integer.default_formatter(arg, **kwarg)[source]
typedargs.types.integer.format_unsigned(arg, **kwarg)[source]
typedargs.types.integer.format_hex(arg, **kwarg)[source]