class documentation

class Undefined: (source)

View In Hierarchy

Represents an undefined value in a template. All template modules have a constant value ``UNDEFINED`` present which is an instance of this object.

Method __bool__ Undocumented
Method __nonzero__ Undocumented
Method __str__ Undocumented
def __bool__(self): (source)

Undocumented

def __nonzero__(self): (source)

Undocumented

def __str__(self): (source)

Undocumented