OpenQuizz
Une application de gestion des contenus pédagogiques
_MarkupEscapeHelper Class Reference

Public Member Functions

None __init__ (self, t.Any obj, t.Callable[[t.Any], Markup] escape)
 
"_MarkupEscapeHelper" __getitem__ (self, t.Any item)
 
str __str__ (self)
 
str __repr__ (self)
 
int __int__ (self)
 
float __float__ (self)
 

Data Fields

 obj
 
 escape
 

Detailed Description

Helper for :meth:`Markup.__mod__`.

Constructor & Destructor Documentation

◆ __init__()

None __init__ (   self,
t.Any  obj,
t.Callable[[t.Any], Markup escape 
)

Member Function Documentation

◆ __float__()

float __float__ (   self)

◆ __getitem__()

"_MarkupEscapeHelper" __getitem__ (   self,
t.Any  item 
)

◆ __int__()

int __int__ (   self)

◆ __repr__()

str __repr__ (   self)

◆ __str__()

str __str__ (   self)

Field Documentation

◆ escape

escape

◆ obj

obj

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