Return the node rendered as a string.
(self, context)
| 1052 | token = None |
| 1053 | |
| 1054 | def render(self, context): |
| 1055 | """ |
| 1056 | Return the node rendered as a string. |
| 1057 | """ |
| 1058 | pass |
| 1059 | |
| 1060 | def render_annotated(self, context): |
| 1061 | """ |
no outgoing calls