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