Part of formless.annotate View Source View In Hierarchy
Known subclasses: formless.annotate.Dictionary
Implements interfaces: formless.iformless.IActionableType
Split Table into Classes Show Methods in One Table
| Line # | Kind | Name | Docs |
|---|---|---|---|
| 365 | Method | __init__ | Actions is a list of action methods which may be invoked on one |
| 382 | Method | coerce | Coerce the input 'val' from a string into a value suitable |
| 385 | Method | __repr__ | Undocumented |
| 390 | Method | attachActionBindings | Attach some MethodBinding instances if they are actions |
| 399 | Method | getActionBindings | Return a list of the MethodBinding instances which represent |
Inherited from Typed (via Object):
| Line # | Kind | Name | Docs |
|---|---|---|---|
| 137 | Method | getAttribute | Undocumented |
| Line # | Kind | Name | Docs |
|---|---|---|---|
| 365 | Method | __init__ | Actions is a list of action methods which may be invoked on one |
| 385 | Method | __repr__ | Undocumented |
| 390 | Method | attachActionBindings | Attach some MethodBinding instances if they are actions |
| 382 | Method | coerce | Coerce the input 'val' from a string into a value suitable |
| 399 | Method | getActionBindings | Return a list of the MethodBinding instances which represent |
| 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.