|
def | fetch_build_eggs (self, specifiers) |
|
def | patch (cls) |
|
def | patch_missing_pkg_info (self, attrs) |
|
def | __init__ (self, attrs=None) |
|
def | warn_dash_deprecation (self, opt, section) |
|
def | make_option_lowercase (self, opt, section) |
|
def | parse_config_files (self, filenames=None, ignore_option_errors=False) |
|
def | finalize_options (self) |
|
def | get_egg_cache_dir (self) |
|
def | fetch_build_egg (self, req) |
|
def | get_command_class (self, command) |
|
def | print_commands (self) |
|
def | get_command_list (self) |
|
def | include (self, **attrs) |
|
def | exclude_package (self, package) |
|
def | has_contents_for (self, package) |
|
def | exclude (self, **attrs) |
|
def | get_cmdline_options (self) |
|
def | iter_distribution_names (self) |
|
def | handle_display_options (self, option_order) |
|
◆ fetch_build_eggs()
def fetch_build_eggs |
( |
|
self, |
|
|
|
requires |
|
) |
| |
Resolve pre-setup requirements
Reimplemented from Distribution.
◆ patch()
Replace
distutils.dist.Distribution with this class
for the duration of this context.
The documentation for this class was generated from the following file:
- /home/passerat/Stage/flaskProject/venv/lib/python3.8/site-packages/setuptools/build_meta.py