class documentation

Undocumented

Method as_div Render as <div> elements.
Method as_p Render as <p> elements.
Method as_table Render as <tr> elements excluding the surrounding <table> tag.
Method as_ul Render as <li> elements excluding the surrounding <ul> tag.

Inherited from RenderableMixin:

Method get_context Undocumented
Method render Undocumented
def as_div(self): (source)

Render as <div> elements.

def as_p(self): (source)

Render as <p> elements.

def as_table(self): (source)

Render as <tr> elements excluding the surrounding <table> tag.

def as_ul(self): (source)

Render as <li> elements excluding the surrounding <ul> tag.