Python Paste
Modules
Trac
Discuss
http://svn.pythonpaste.org/INITools/trunk
opt
The opt class is accessible via the
initools.inischema
module.
Attributes
Methods (11)
Source
Methods
f
__init__
(self, names=None, **kw)
...
f
set_schema
(self, schema)
...
f
__get__
(self, obj, type=None)
...
f
__set__
(self, obj, value)
...
f
convert
(self, obj, value)
...
f
validate
(self, obj, value)
...
f
set_value
(self, obj, value)
...
f
__delete__
(self, obj)
...
f
ini_assignment
(self, obj, value, name=None)
...
f
ini_fold
(self, value)
...
f
ini_repr
(self, obj, value)
...
See
the source
for more information.