OpenQuizz
Une application de gestion des contenus pédagogiques
|
Public Member Functions | |
def | __init__ (self, instance, dispatcher) |
def | __getitem__ (self, key) |
def | get (self, key, default) |
def | __iter__ (self) |
def | __len__ (self) |
def | __contains__ (self, key) |
Data Fields | |
instance | |
dispatcher | |
Wraps a MethodDispatcher, binding its return values to `instance`
def __init__ | ( | self, | |
instance, | |||
dispatcher | |||
) |
def __contains__ | ( | self, | |
key | |||
) |
def __getitem__ | ( | self, | |
key | |||
) |
def __iter__ | ( | self | ) |
def __len__ | ( | self | ) |
def get | ( | self, | |
key, | |||
default | |||
) |
dispatcher |
instance |