Part of nevow.flat View Source
| Line # | Kind | Name | Docs |
|---|---|---|---|
| 21 | Function | ProtoSerializer | Undocumented |
| 30 | Function | TagSerializer | Original is the tag. |
| 132 | Function | EntitySerializer | Undocumented |
| 144 | Function | RawSerializer | Undocumented |
| 150 | Function | StringSerializer | Undocumented |
| 170 | Function | NoneWarningSerializer | Undocumented |
| 181 | Function | StringCastSerializer | Undocumented |
| 188 | Function | BooleanSerializer | Undocumented |
| 196 | Function | ListSerializer | Undocumented |
| 201 | Function | XmlSerializer | Undocumented |
| 208 | Function | FunctionSerializer_nocontext | Undocumented |
| 220 | Function | FunctionSerializer | Undocumented |
| 240 | Function | MethodSerializer | Undocumented |
| 248 | Function | RendererSerializer | Undocumented |
| 256 | Function | DirectiveSerializer | Undocumented |
| 265 | Function | SlotSerializer | Serialize a slot. |
| 298 | Function | PrecompiledSlotSerializer | Serialize a pre-compiled slot. |
| 333 | Function | ContextSerializer | Serialize the given context's tag in that context. |
| 354 | Function | CommentSerializer | Undocumented |
| 361 | Function | DocFactorySerializer | Serializer for document factories. |
| 367 | Function | FailureSerializer | Undocumented |
| 372 | Function | inlineJSSerializer | Undocumented |
Serialize a slot.
If the value is already available in the given context, serialize and return it. Otherwise, if this is a precompilation pass, return a new kind of slot which captures the current render context, so that any necessary quoting may be performed. Otherwise, raise an exception indicating that the slot cannot be serialized.Serialize a pre-compiled slot.
Return the serialized value of the slot or raise a KeyError if it has no value.