lxml.html.formfill module
- exception lxml.html.formfill.FormNotFound[source]
- Bases: - LookupError- Raised when no form can be found - add_note()
- Exception.add_note(note) – add a note to the exception 
 - with_traceback()
- Exception.with_traceback(tb) – set self.__traceback__ to tb and return self. 
 - args
 
- class lxml.html.formfill.DefaultErrorCreator(**kw)[source]
- Bases: - object- block_inside = True
 - default_message = 'Invalid'
 - error_block_class = 'error-block'
 - error_container_tag = 'div'
 - error_message_class = 'error-message'
 - insert_before = True