edifice.Component.render

Component.render()[source]

Logic for rendering, must be overridden.

The render logic for this component, not implemented for this abstract class. The render function itself should be purely stateless, because the application state should not depend on whether or not the render function is called.

Parameters

None

Returns

A Component object.