Home | Trees | Index | Help |
|
---|
Package lxml :: Package html :: Module formfill :: Class DefaultErrorCreator |
|
object
--+
|
DefaultErrorCreator
Method Summary | |
---|---|
__init__(self,
**kw)
| |
__call__(self,
el,
is_block,
message)
| |
Inherited from object | |
x.__delattr__('name') <==> del x.name | |
x.__getattribute__('name') <==> x.name | |
x.__hash__() <==> hash(x) | |
T.__new__(S, ...) -> a new object with type S, a subtype of T | |
helper for pickle | |
helper for pickle | |
x.__repr__() <==> repr(x) | |
x.__setattr__('name', value) <==> x.name = value | |
x.__str__() <==> str(x) |
Class Variable Summary | |
---|---|
bool |
block_inside = True
|
str |
default_message = 'Invalid'
|
str |
error_block_class = 'error-block'
|
str |
error_container_tag = 'div'
|
str |
error_message_class = 'error-message'
|
bool |
insert_before = True
|
Class Variable Details |
---|
block_inside
|
default_message
|
error_block_class
|
error_container_tag
|
error_message_class
|
insert_before
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Sat Aug 18 12:44:28 2007 | http://epydoc.sf.net |