Let us walk on the 3-isogeny graph
Loading...
Searching...
No Matches
cmdoptions.py File Reference

Go to the source code of this file.

Data Structures

class  PipOption
 

Namespaces

namespace  pip
 
namespace  pip._internal
 
namespace  pip._internal.cli
 
namespace  pip._internal.cli.cmdoptions
 

Functions

None raise_option_error (OptionParser parser, Option option, str msg)
 
OptionGroup make_option_group (Dict[str, Any] group, ConfigOptionParser parser)
 
None check_dist_restriction (Values options, bool check_target=False)
 
str _path_option_check (Option option, str opt, str value)
 
str _package_name_option_check (Option option, str opt, str value)
 
Option exists_action ()
 
Option extra_index_url ()
 
Option find_links ()
 
Option trusted_host ()
 
Option constraints ()
 
Option requirements ()
 
Option editable ()
 
None _handle_src (Option option, str opt_str, str value, OptionParser parser)
 
Any _get_format_control (Values values, Option option)
 
None _handle_no_binary (Option option, str opt_str, str value, OptionParser parser)
 
None _handle_only_binary (Option option, str opt_str, str value, OptionParser parser)
 
Option no_binary ()
 
Option only_binary ()
 
Tuple[Tuple[int,...], Optional[str]] _convert_python_version (str value)
 
None _handle_python_version (Option option, str opt_str, str value, OptionParser parser)
 
None add_target_python_options (OptionGroup cmd_opts)
 
TargetPython make_target_python (Values options)
 
Option prefer_binary ()
 
None _handle_no_cache_dir (Option option, str opt, str value, OptionParser parser)
 
None _handle_no_use_pep517 (Option option, str opt, str value, OptionParser parser)
 
None _handle_config_settings (Option option, str opt_str, str value, OptionParser parser)
 
None _handle_merge_hash (Option option, str opt_str, str value, OptionParser parser)
 
None check_list_path_option (Values options)
 

Variables

 logger = logging.getLogger(__name__)
 
Callable cert
 
Callable client_cert
 
Callable index_url
 
Callable no_index
 
Callable src
 
Callable platforms
 
Callable python_version
 
Callable implementation
 
Callable abis
 
Callable cache_dir
 
Callable no_cache
 
Callable no_deps
 
Callable ignore_requires_python
 
Callable no_build_isolation
 
Callable check_build_deps
 
Any use_pep517
 
Any no_use_pep517
 
Callable config_settings
 
Callable build_options
 
Callable global_options
 
Callable no_clean
 
Callable pre
 
Callable disable_pip_version_check
 
Callable root_user_action
 
Callable hash
 
Callable require_hashes
 
Callable list_path
 
Callable list_exclude
 
Callable no_python_version_warning
 
list ALWAYS_ENABLED_FEATURES
 
Callable use_new_feature
 
Callable use_deprecated_feature
 
dict general_group
 groups #
 
dict index_group