|
__init__(self,
min=8,
max=20,
upper=global_settings.applications_parent,
lower=global_settings.applications_parent,
number=global_settings.applications_parent,
special=global_settings.applications_parent,
specials=' ~!@#$%^&*()_+-=?<>,.:;{}[]| ' ,
invalid=' " ' ,
error_message=global_settings.applications_parent)
x.__init__(...) initializes x; see x.__class__.__doc__ for
signature |
source code
|
|
Inherited from object :
__delattr__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__str__
|