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

Public Member Functions

def project_name (self)
 
def name (self)
 
def version (self)
 
def is_installed (self)
 
def is_editable (self)
 
def source_link (self)
 
def iter_dependencies (self, with_requires)
 
def get_install_requirement (self)
 
def format_for_error (self)
 

Member Function Documentation

◆ format_for_error()

◆ get_install_requirement()

def get_install_requirement (   self)

◆ is_editable()

def is_editable (   self)

◆ is_installed()

def is_installed (   self)

Reimplemented in ExtrasCandidate.

◆ iter_dependencies()

def iter_dependencies (   self,
  with_requires 
)

◆ name()

def name (   self)
The name identifying this candidate in the resolver.

This is different from ``project_name`` if this candidate contains
extras, where ``project_name`` would not contain the ``[...]`` part.

Reimplemented in RequiresPythonCandidate, ExtrasCandidate, AlreadyInstalledCandidate, and _InstallRequirementBackedCandidate.

◆ project_name()

def project_name (   self)
The "project name" of the candidate.

This is different from ``name`` if this candidate contains extras,
in which case ``name`` would contain the ``[...]`` part, while this
refers to the name of the project.

Reimplemented in RequiresPythonCandidate, ExtrasCandidate, AlreadyInstalledCandidate, and _InstallRequirementBackedCandidate.

◆ source_link()

def source_link (   self)

◆ version()


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