![]() |
Qucs-S S-parameter Viewer & RF Synthesis Tools
|


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) |
Custom option parser which updates its defaults by checking the configuration files and environmental variables
|
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).
| 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.