module documentation

Undocumented

Class DanglingField A dangling field that, for some reason, doesn't remember its own name when told.
Class TestForms Tests for klein.Form and associated tools.
Class TestObject No class docstring; 0/2 instance variable, 0/2 class variable, 6/15 methods documented
Function simpleFormRouter Create a simple router hooked up to a field handler.
def simpleFormRouter(): (source)

Create a simple router hooked up to a field handler.

Returns
Tuple[Klein, List[Tuple[str, int]]]Undocumented