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

Public Member Functions

def __init__ (self, args, kwargs)
 
def __getitem__ (self, key)
 
def __iter__ (self)
 
def __len__ (self)
 

Detailed Description

This class implements a dummy wrapper to fix a bug in the Python
standard library for string formatting.

See https://bugs.python.org/issue13598 for information about why
this is necessary.

Constructor & Destructor Documentation

◆ __init__()

def __init__ (   self,
  args,
  kwargs 
)

Member Function Documentation

◆ __getitem__()

def __getitem__ (   self,
  key 
)

◆ __iter__()

def __iter__ (   self)

◆ __len__()

def __len__ (   self)

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