singletonmethod
For Declarative subclasses, this decorator will call the method
on the cls.singleton() object if called as a class method (or
as normal if called as an instance method).
The singletonmethod class is accessible via the
formencode.declarative
module.
Methods
See
the source
for more information.