Module k.argcheck

Part of kiwi

Argument checking decorator and support

ClassCustomTypeUndocumented
Classnumber

Custom type that verifies that the type is a number (eg float or int)

Classpercent

Custom type that verifies that the value is a percentage

Classargcheck

Decorator to check type and value of arguments.