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

Public Member Functions

def __init__ (*args, **kwargs)
 
def __getattribute__ (self, name)
 
def __setitem__ (self, name, value)
 
def __repr__ (self)
 

Static Public Attributes

 have_async_gen
 

Detailed Description

A namespace object that can hold arbitrary attributes.  It may be
initialized from a dictionary or with keyword arguments.

Constructor & Destructor Documentation

◆ __init__()

def __init__ ( args,
**  kwargs 
)

Member Function Documentation

◆ __getattribute__()

def __getattribute__ (   self,
  name 
)

◆ __repr__()

def __repr__ (   self)

◆ __setitem__()

def __setitem__ (   self,
  name,
  value 
)

Field Documentation

◆ have_async_gen

have_async_gen
static

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