◆ __init__()
def __init__ |
( |
|
self, |
|
|
|
dist, |
|
|
** |
kw |
|
) |
| |
Construct the command for dist, updating
vars(self) with any keyword parameters.
◆ ensure_string_list()
def ensure_string_list |
( |
|
self, |
|
|
|
option |
|
) |
| |
Ensure that 'option' is a list of strings. If 'option' is
currently a string, we split it either on /,\s*/ or /\s+/, so
"foo bar baz", "foo,bar,baz", and "foo, bar baz" all become
["foo", "bar", "baz"].
◆ reinitialize_command()
def reinitialize_command |
( |
|
self, |
|
|
|
command, |
|
|
|
reinit_subcommands = 0 , |
|
|
** |
kw |
|
) |
| |
◆ command_consumes_arguments
command_consumes_arguments |
|
static |
The documentation for this class was generated from the following file:
- /home/passerat/Stage/flaskProject/venv/lib/python3.8/site-packages/setuptools/__init__.py