class documentation

Save command-line options to a file

Method finalize_options Undocumented
Method initialize_options Undocumented
Method run Undocumented
Class Variable boolean_options Undocumented
Class Variable description Undocumented
Class Variable user_options Undocumented
Instance Variable command Undocumented
Instance Variable option Undocumented
Instance Variable remove Undocumented
Instance Variable set_value Undocumented

Inherited from option_base:

Instance Variable filename Undocumented
Instance Variable global_config Undocumented
Instance Variable user_config Undocumented

Inherited from Command (via option_base):

Method __init__ Construct the command for dist, updating vars(self) with any keyword parameters.
Method ensure_string_list 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"].
Method reinitialize_command Undocumented
Class Variable command_consumes_arguments Undocumented
Method _ensure_stringlike Undocumented
def finalize_options(self): (source)
def initialize_options(self): (source)
def run(self): (source)

Undocumented

description: str = (source)

Undocumented

Undocumented

Undocumented

Undocumented

set_value = (source)

Undocumented