◆ change_roots()
def change_roots |
( |
|
self, |
|
|
* |
names |
|
) |
| |
Change the install directories pointed by name using root.
◆ convert_paths()
def convert_paths |
( |
|
self, |
|
|
* |
names |
|
) |
| |
Call `convert_path` over `names`.
◆ create_home_path()
def create_home_path |
( |
|
self | ) |
|
Create directories under ~.
◆ create_path_file()
def create_path_file |
( |
|
self | ) |
|
◆ dump_dirs()
def dump_dirs |
( |
|
self, |
|
|
|
msg |
|
) |
| |
Dumps the list of user options.
◆ expand_basedirs()
def expand_basedirs |
( |
|
self | ) |
|
Calls `os.path.expanduser` on install_base, install_platbase and
root.
◆ expand_dirs()
Calls `os.path.expanduser` on install dirs.
◆ finalize_options()
def finalize_options |
( |
|
self | ) |
|
◆ finalize_other()
def finalize_other |
( |
|
self | ) |
|
Finalizes options for non-posix platforms
◆ finalize_unix()
def finalize_unix |
( |
|
self | ) |
|
Finalizes options for posix platforms.
◆ get_inputs()
Returns the inputs of all the sub-commands
◆ get_outputs()
Assembles the outputs of all the sub-commands.
◆ handle_extra_path()
def handle_extra_path |
( |
|
self | ) |
|
Set `path_file` and `extra_dirs` using `extra_path`.
◆ has_data()
Returns true if the current distribution has any data to.
install.
◆ has_headers()
Returns true if the current distribution has any headers to
install.
◆ has_lib()
Returns true if the current distribution has any Python
modules to install.
◆ has_scripts()
Returns true if the current distribution has any scripts to.
install.
◆ initialize_options()
def initialize_options |
( |
|
self | ) |
|
◆ run()
◆ select_scheme()
def select_scheme |
( |
|
self, |
|
|
|
name |
|
) |
| |
Sets the install directories by applying the install schemes.
◆ boolean_options
◆ build_base
◆ build_lib
◆ compile
◆ config_vars
◆ description
◆ exec_prefix
◆ extra_dirs
◆ extra_path
◆ force
◆ home
◆ install_base
◆ install_data
◆ install_headers
◆ install_lib
◆ install_libbase
◆ install_path_file
◆ install_platbase
◆ install_platlib
◆ install_purelib
◆ install_scripts
◆ install_userbase
◆ install_usersite
◆ negative_opt
◆ optimize
◆ path_file
◆ prefix
◆ record
◆ root
◆ skip_build
◆ sub_commands
◆ user
◆ user_options
◆ warn_dir
The documentation for this class was generated from the following file:
- /home/passerat/Stage/flaskProject/venv/lib/python3.8/site-packages/setuptools/_distutils/command/install.py