OpenQuizz
Une application de gestion des contenus pédagogiques
_omd_bucket Class Reference
Inheritance diagram for _omd_bucket:
Collaboration diagram for _omd_bucket:

Public Member Functions

def __init__ (self, omd, key, value)
 
def unlink (self, omd)
 

Data Fields

 prev
 
 key
 
 value
 
 next
 

Detailed Description

Wraps values in the :class:`OrderedMultiDict`.  This makes it
possible to keep an order over multiple different keys.  It requires
a lot of extra memory and slows down access a lot, but makes it
possible to access elements in O(1) and iterate in O(n).

Constructor & Destructor Documentation

◆ __init__()

def __init__ (   self,
  omd,
  key,
  value 
)

Member Function Documentation

◆ unlink()

def unlink (   self,
  omd 
)

Field Documentation

◆ key

key

◆ next

next

◆ prev

prev

◆ value

value

The documentation for this class was generated from the following file: