Qucs-S S-parameter Viewer & RF Synthesis Tools
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | Protected Member Functions | List of all members
pip._internal.cli.parser.ConfigOptionParser Class Reference
Inheritance diagram for pip._internal.cli.parser.ConfigOptionParser:
Inheritance graph
[legend]
Collaboration diagram for pip._internal.cli.parser.ConfigOptionParser:
Collaboration graph
[legend]

Public Member Functions

None __init__ (self, *Any args, str name, bool isolated=False, **Any kwargs)
 
Any check_default (self, optparse.Option option, str key, Any val)
 
optparse.Values get_default_values (self)
 
None error (self, str msg)
 
- Public Member Functions inherited from pip._internal.cli.parser.CustomOptionParser
optparse.OptionGroup insert_option_group (self, int idx, *Any args, **Any kwargs)
 
List[optparse.Option] option_list_all (self)
 

Public Attributes

 name
 
 config
 
 values
 
 defaults
 

Protected Member Functions

Generator[Tuple[str, Any], None, None] _get_ordered_configuration_items (self)
 
Dict[str, Any] _update_defaults (self, Dict[str, Any] defaults)
 

Detailed Description

Custom option parser which updates its defaults by checking the
configuration files and environmental variables

Member Function Documentation

◆ _update_defaults()

Dict[str, Any] pip._internal.cli.parser.ConfigOptionParser._update_defaults (   self,
Dict[str, Any]  defaults 
)
protected
Updates the given defaults with values from the config files and
the environ. Does a little special handling for certain types of
options (lists).

◆ get_default_values()

optparse.Values pip._internal.cli.parser.ConfigOptionParser.get_default_values (   self)
Overriding to make updating the defaults after instantiation of
the option parser possible, _update_defaults() does the dirty work.

The documentation for this class was generated from the following file: