OpenQuizz
Une application de gestion des contenus pédagogiques
|
Functions | |
def | should_build_for_wheel_command (req) |
def | should_build_for_install_command (req, check_binary_allowed) |
def | build (requirements, wheel_cache, verify, build_options, global_options) |
Variables | |
logger | |
BinaryAllowedPredicate | |
BuildResult | |
Orchestrator for building wheels from InstallRequirements.
def pip._internal.wheel_builder.build | ( | requirements, | |
wheel_cache, | |||
verify, | |||
build_options, | |||
global_options | |||
) |
Build wheels. :return: The list of InstallRequirement that succeeded to build and the list of InstallRequirement that failed to build.
def pip._internal.wheel_builder.should_build_for_install_command | ( | req, | |
check_binary_allowed | |||
) |
def pip._internal.wheel_builder.should_build_for_wheel_command | ( | req | ) |
BinaryAllowedPredicate |
BuildResult |
logger |