summaryrefslogtreecommitdiffstats
path: root/ipalib/parameter.py
Commit message (Expand)AuthorAgeFilesLines
* New Param: cleanup up readability of Param.__init__(); added unit tests for u...Jason Gerard DeRose2008-12-121-8/+26
* New Param: added all logic for minlength, maxlength, and length in Bytes clas...Jason Gerard DeRose2008-12-121-14/+56
* New Param: changed kwargs class attribute to a tuple so the subclass interfac...Jason Gerard DeRose2008-12-111-36/+49
* Copied DefaultFrom into parameter.py; added docstring to new Param.normalize(...Jason Gerard DeRose2008-12-111-5/+142
* Finished kwarg validation and extension mechanism in parameter.ParamJason Gerard DeRose2008-12-111-5/+31
* Started roughing out the consolidated type/parameter system in parameters.py;...Jason Gerard DeRose2008-12-101-0/+188