Index of the declarative module
-
m
formencode.declarative
...
- Declarative objects for FormEncode.
- a counter ...
- a generators ...
- C classinstancemethod ... - Acts like a class method when called from a class, like an instance method when called by an instance. The method should take two arguments, 'self' and 'cls'; one of these will be None depending on how the method was called.
-
C
DeclarativeMeta
...
- a __basicsize__ ...
- a __itemsize__ ...
- a __flags__ ...
- a __bases__ ...
- a __dictoffset__ ...
- a __name__ ...
- a __mro__ ...
- a __weakrefoffset__ ...
- C 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).
- C Declarative ...