interface documentation

class IProtoForm(Interface): (source)

Known implementations: klein._form.ProtoForm

View In Hierarchy

Marker interface for ProtoForm.

Method addField Add the given field to the form ultimately created here.
Attribute fields Form fields
def addField(field): (source)

Add the given field to the form ultimately created here.

Parameters
field:FieldUndocumented
Returns
FieldInjectorUndocumented

Form fields