|
__init__(self,
dbset,
field,
label=global_settings.applications_parent,
error_message=' value not in database ' ,
orderby=global_settings.applications_parent,
groupby=global_settings.applications_parent,
cache=global_settings.applications_parent,
multiple=True,
zero='
' ,
sort=True,
_and=global_settings.applications_parent)
x.__init__(...) initializes x; see x.__class__.__doc__ for
signature |
source code
|
|
|
|
|
|
|
|
|
|
Inherited from Validator :
formatter
Inherited from object :
__delattr__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__str__
|