OpenQuizz
Une application de gestion des contenus pédagogiques
|
Namespaces | |
override | |
Data Structures | |
class | DistutilsMetaFinder |
Functions | |
def | warn_distutils_present () |
def | clear_distutils () |
def | enabled () |
def | ensure_local_distutils () |
def | do_override () |
def | add_shim () |
def | remove_shim () |
Variables | |
string | is_pypy = '__pypy__' in sys.builtin_module_names |
DISTUTILS_FINDER = DistutilsMetaFinder() | |
def _distutils_hack.add_shim | ( | ) |
def _distutils_hack.clear_distutils | ( | ) |
def _distutils_hack.do_override | ( | ) |
Ensure that the local copy of distutils is preferred over stdlib. See https://github.com/pypa/setuptools/issues/417#issuecomment-392298401 for more motivation.
def _distutils_hack.enabled | ( | ) |
Allow selection of distutils by environment variable.
def _distutils_hack.ensure_local_distutils | ( | ) |
def _distutils_hack.remove_shim | ( | ) |
def _distutils_hack.warn_distutils_present | ( | ) |
DISTUTILS_FINDER = DistutilsMetaFinder() |
string is_pypy = '__pypy__' in sys.builtin_module_names |