OpenQuizz
Une application de gestion des contenus pédagogiques
|
Functions | |
def | format_command_result (command_args, command_output) |
def | get_legacy_build_wheel_path (names, temp_dir, name, command_args, command_output) |
def | build_wheel_legacy (name, setup_py_path, source_dir, global_options, build_options, tempd) |
Variables | |
logger | |
def pip._internal.operations.build.wheel_legacy.build_wheel_legacy | ( | name, | |
setup_py_path, | |||
source_dir, | |||
global_options, | |||
build_options, | |||
tempd | |||
) |
Build one unpacked package using the "legacy" build process. Returns path to wheel if successfully built. Otherwise, returns None.
def pip._internal.operations.build.wheel_legacy.format_command_result | ( | command_args, | |
command_output | |||
) |
Format command information for logging.
def pip._internal.operations.build.wheel_legacy.get_legacy_build_wheel_path | ( | names, | |
temp_dir, | |||
name, | |||
command_args, | |||
command_output | |||
) |
Return the path to the wheel in the temporary build directory.
logger |