OpenQuizz
Une application de gestion des contenus pédagogiques
|
Public Member Functions | |
def | __init__ (self, ws) |
def | default (cls) |
def | from_paths (cls, paths) |
def | get_distribution (self, name) |
![]() | |
def | iter_distributions (self) |
def | iter_installed_distributions (self, local_only=True, skip=stdlib_pkgs, include_editables=True, editables_only=False, user_only=False) |
def __init__ | ( | self, | |
ws | |||
) |
def default | ( | cls | ) |
Reimplemented from BaseEnvironment.
def from_paths | ( | cls, | |
paths | |||
) |
Reimplemented from BaseEnvironment.
def get_distribution | ( | self, | |
name | |||
) |
Given a requirement name, return the installed distributions.
Reimplemented from BaseEnvironment.