Part of nevow View Source
Standard IData introspection adapters.
Classes and functions in this module are responsible for resolving data directives into the actual data to be rendered.
By default, Nevow knows how to look inside Python's mapping (dict) and sequence (tuple, list) types as well as call any functions and methods found in the stan tree.| Line # | Kind | Name | Docs |
|---|---|---|---|
| 22 | Function | convertToData | Recursively resolve the data until either a Twisted deferred or |
| 40 | Class | NoAccessor | Undocumented |
| 44 | Class | DirectiveAccessor | Undocumented |
| 56 | Class | SlotAccessor | Undocumented |
| 63 | Class | FunctionAccessor | Undocumented |
| 69 | Class | DictionaryContainer | Undocumented |
| 76 | Class | ObjectContainer | Retrieve object attributes in response to a data directive; providing |
| 115 | Function | intOrNone | Undocumented |
| 122 | Class | ListContainer | Undocumented |