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