webhelpers.pylonslibflash alert div helpers

webhelpers.pylonslib

class webhelpers.pylonslib.Flash(session_key='flash', categories=None, default_category=None)

Accumulate a list of messages to show at the next page request.

pop_messages()

Return all accumulated messages and delete them from the session.

The return value is a list of Message objects.

Project Versions

Table Of Contents

Previous topic

paginate – Paging and pagination

Next topic

text – Text helpers

This Page