]> git.llucax.com Git - software/pymin.git/commit
Add an example of regular attributes usage with a ValidatedClass
authorLeandro Lucarella <llucax@gmail.com>
Thu, 26 Jun 2008 00:39:37 +0000 (21:39 -0300)
committerLeandro Lucarella <llucax@gmail.com>
Thu, 26 Jun 2008 00:41:23 +0000 (21:41 -0300)
commit919343bd2a4fc08c45559e5090f8168dbe9996f3
tree7a107ddf276c46f78cc43ea40b76e3fddced4085
parenta07cee69d1eb6575dd4534bc56e014a08e10bb8a
Add an example of regular attributes usage with a ValidatedClass

ValidatedClass were only used with Field instances as attributes.
Sometimes regular (not validated) attributes are needed.
pymin/validatedclass.py