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

Public Member Functions

def __new__ (cls, sha, exc)
 
def __init__ (self, sha, exc)
 
def binsha (self)
 
def hexsha (self)
 
def error (self)
 

Detailed Description

Carries information about a sha identifying an object which is invalid in
the queried database. The exception attribute provides more information about
the cause of the issue

Constructor & Destructor Documentation

◆ __init__()

def __init__ (   self,
  sha,
  exc 
)

Member Function Documentation

◆ __new__()

def __new__ (   cls,
  sha,
  exc 
)

◆ binsha()

def binsha (   self)

◆ error()

def error (   self)
:return: exception instance explaining the failure

◆ hexsha()

def hexsha (   self)

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