Index of the interfaces module
-
m
formencode.interfaces
...
- Interfaces for FormEncode (for documentation purposes only)
-
C
Interface
...
-
C
Attribute
...
-
C
IValidator
...
-
a
messages
...
-
a
if_missing
...
-
a
compound
...
-
a
repeating
...
-
f
to_python
...
- Convert value from its foreign representation to its Python
representation. state is for application-specific hooks.
-
f
__init__
...
- Instantiates this class with all the keywords being used to
update the instance variables.
-
f
__call__
...
- Returns a copy with all attributes using the given keywords,
being updated.
-
f
message
...
- Return the message (from the messages attribute) that goes
with name, or return default if name not found default.
-
f
from_python
...
- Convert value from its Python representation to the foreign
representation. state is for application-specific hooks.
-
C
ISchema
...
-
a
fields
...
-
f
to_python
...
- Convert value from its foreign representation to its Python
representation. state is for application-specific hooks.
-
f
__init__
...
- Instantiates this class with all the keywords being used to
update the instance variables.
-
f
__call__
...
- Returns a copy with all attributes using the given keywords,
being updated.
-
f
message
...
- Return the message (from the messages attribute) that goes
with name, or return default if name not found default.
-
f
from_python
...
- Convert value from its Python representation to the foreign
representation. state is for application-specific hooks.
-
C
IDeclarative
...
-
f
__call__
...
- Returns a copy with all attributes using the given keywords,
being updated.
-
f
__init__
...
- Instantiates this class with all the keywords being used to
update the instance variables.