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

Public Member Functions

def dist (self)
 
def req (self)
 
def report (self)
 
def with_context (self, required_by)
 
- Public Member Functions inherited from ResolutionError
def __repr__ (self)
 

Detailed Description

An already-installed version conflicts with the requested version.

Should be initialized with the installed Distribution and the requested
Requirement.

Member Function Documentation

◆ dist()

def dist (   self)

◆ report()

def report (   self)

◆ req()

def req (   self)

◆ with_context()

def with_context (   self,
  required_by 
)
If required_by is non-empty, return a version of self that is a
ContextualVersionConflict.

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