Class Message
Represent an actual message that can be stored in any of the supported storage classes (typically session- or cookie-based) and rendered in a view or template.
Declaration
class Message
source linkDocumentation
Methods
▷ def __init__(self, level, message, extra_tags=None) @property
def level_tag(self)
▷ def tags(self) @property
Reexports