Let us walk on the 3-isogeny graph
|
Go to the source code of this file.
Data Structures | |
class | Configuration |
Namespaces | |
namespace | pip |
namespace | pip._internal |
namespace | pip._internal.configuration |
Functions | |
str | _normalize_name (str name) |
List[str] | _disassemble_key (str name) |
Dict[Kind, List[str]] | get_configuration_files () |
Variables | |
RawConfigParser = configparser.RawConfigParser | |
Kind = NewType("Kind", str) | |
str | CONFIG_BASENAME = "pip.ini" if WINDOWS else "pip.conf" |
str | ENV_NAMES_IGNORED = "version", "help" |
kinds | |
OVERRIDE_ORDER = kinds.GLOBAL, kinds.USER, kinds.SITE, kinds.ENV, kinds.ENV_VAR | |
VALID_LOAD_ONLY = kinds.USER, kinds.GLOBAL, kinds.SITE | |
logger = getLogger(__name__) | |