Simple class that stores security context information in the web request.
Projects should subclass this class if they wish to enhance the request context or provide additional information in their specific WSGI pipeline.
Bases: object
Helper class to represent useful information about a request context.
Stores information about the security context under which the user accesses the system, as well as additional request information.
Import related utilities and helper functions.
Returns a class from a string including module and class.
Import a class and return an instance of it.
Tries to import object from default namespace.
Imports a class and return an instance of it, first by trying to find the class in a default namespace, then failing back to a full path if not found in the default namespace.
Local storage of variables using weak references
UUID related utilities and helper functions.