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

Public Member Functions

def __init__ (self, low, high, argument="argument")
 
def __call__ (self, value)
 
def __schema__ (self)
 

Data Fields

 low
 
 high
 
 argument
 

Detailed Description

Restrict input to an integer in a range (inclusive)

Constructor & Destructor Documentation

◆ __init__()

def __init__ (   self,
  low,
  high,
  argument = "argument" 
)

Member Function Documentation

◆ __call__()

def __call__ (   self,
  value 
)

◆ __schema__()

def __schema__ (   self)

Field Documentation

◆ argument

argument

◆ high

high

◆ low

low

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