Part of formless.annotate View Source View In Hierarchy
Split Table into Classes Show Methods in One Table
| Line # | Kind | Name | Docs |
|---|---|---|---|
| 262 | Method | coerce | Coerce the input 'val' from a string into a value suitable |
Inherited from Typed:
| Line # | Kind | Name | Docs |
|---|---|---|---|
| 109 | Method | __init__ | Undocumented |
| 137 | Method | getAttribute | Undocumented |
| Line # | Kind | Name | Docs |
|---|---|---|---|
| 109 | Method | __init__ | Undocumented |
| 262 | Method | coerce | Coerce the input 'val' from a string into a value suitable |
| 137 | Method | getAttribute | Undocumented |
Coerce the input 'val' from a string into a value suitable for the type described by the implementor. If coercion fails, coerce should raise InputError with a suitable error message to be shown to the user. 'configurable' is the configurable object in whose context the coercion is taking place.
May return a Deferred.