class documentation

class SessionMixin(MutableMapping):

Known subclasses: flask.sessions.SecureCookieSession

View In Hierarchy

Expands a basic dictionary with session attributes.
Class Variable accessed Undocumented
Class Variable modified Undocumented
Property permanent This reflects the '_permanent' key in the dict.
Method permanent.setter Undocumented
Class Variable new Undocumented
accessed: bool =

Undocumented

modified: bool =

Undocumented

@property
permanent: bool =
This reflects the '_permanent' key in the dict.
@permanent.setter
def permanent(self, value):

Undocumented

Parameters
value:boolUndocumented
new: bool =

Undocumented