formular.datastructures - Datastructures

The datastructures used by this library.

missing
An object which is used if None cannot be used to represent a missing value.
class OrderedDict(*args, **kwargs)

A dictionary which stores data in order of their insertion.

popitem(last=True)
Pops the last item if last is True or the first item if last is True.

Previous topic

formular.exceptions - Exceptions

Next topic

formular._csrf - CSRF Utilities

This Page