Module k.argcheck
Part of
kiwi
Argument checking decorator and support
Class
CustomType
Undocumented
Class
number
Custom type that verifies that the type is a number (eg float or int)
Class
percent
Custom type that verifies that the value is a percentage
Class
argcheck
Decorator to check type and value of arguments.