OpenQuizz
Une application de gestion des contenus pédagogiques
|
Public Member Functions | |
def | __init__ (self, initial=None) |
def | __getitem__ (self, key) |
def | get (self, key, default=None) |
def | setdefault (self, key, default=None) |
![]() | |
def | __init__ (self, initial=None, on_update=None) |
def | __repr__ (self) |
![]() | |
def | calls_update (name) |
def | pop (self, key, default=_missing) |
![]() | |
def | permanent (self) |
def | permanent (self, value) |
Static Public Attributes | |
modified | |
accessed | |
![]() | |
on_update | |
clear | |
popitem | |
update | |
![]() | |
new | |
modified | |
accessed | |
Additional Inherited Members | |
![]() | |
on_update | |
Base class for sessions based on signed cookies. This session backend will set the :attr:`modified` and :attr:`accessed` attributes. It cannot reliably track whether a session is new (vs. empty), so :attr:`new` remains hard coded to ``False``.
def __init__ | ( | self, | |
initial = None |
|||
) |
def __getitem__ | ( | self, | |
key | |||
) |
def get | ( | self, | |
key, | |||
default = None |
|||
) |
def setdefault | ( | self, | |
key, | |||
default = None |
|||
) |
Reimplemented from UpdateDictMixin.
|
static |
|
static |