class documentation

class NullSession(SecureCookieSession):

View In Hierarchy

Class used to generate nicer error messages if sessions are not available. Will still allow read-only access to the empty session but fail on setting.
Method ​_fail Undocumented

Inherited from SecureCookieSession:

Method get Undocumented
Method setdefault Undocumented
Class Variable modified Undocumented
Instance Variable accessed Undocumented
Method __getitem__ Undocumented
Method __init__ Undocumented

Inherited from SessionMixin (via SecureCookieSession):

Property permanent This reflects the '_permanent' key in the dict.
Method permanent.setter Undocumented
Class Variable new Undocumented
def _fail(self, *args, **kwargs):

Undocumented

Parameters
*args:t.AnyUndocumented
**kwargs:t.AnyUndocumented
Returns
te.NoReturnUndocumented