lxml.html.formfill module#
- exception lxml.html.formfill.FormNotFound[source]#
Bases:
LookupErrorRaised when no form can be found
- 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#