class documentation

class WidthRatioNode(Node):

View In Hierarchy

Undocumented

Method __init__ Undocumented
Method render Return the node rendered as a string.
Instance Variable asvar Undocumented
Instance Variable max​_expr Undocumented
Instance Variable max​_width Undocumented
Instance Variable val​_expr Undocumented

Inherited from Node:

Method __iter__ Undocumented
Method get​_nodes​_by​_type Return a list of all nodes (within this node and its nodelist) of the given type
Method render​_annotated No summary
Class Variable child​_nodelists Undocumented
Class Variable must​_be​_first Undocumented
Class Variable token Undocumented
def __init__(self, val_expr, max_expr, max_width, asvar=None):

Undocumented

def render(self, context):
Return the node rendered as a string.
asvar =

Undocumented

max_expr =

Undocumented

max_width =

Undocumented

val_expr =

Undocumented