Orbits
1
|
Classes | |
class | pip.download.MultiDomainBasicAuth |
class | pip.download.LocalFSResponse |
class | pip.download.LocalFSAdapter |
class | pip.download.PipSession |
Namespaces | |
namespace | pip.download |
Variables | |
list | pip.download.__all__ |
tuple | pip.download._scheme_re = re.compile(r'^(http|https|file):', re.I) |
tuple | pip.download._url_slash_drive_re = re.compile(r'/*([a-z])\|', re.I) |
tuple | pip.download._drive_re = re.compile('^([a-z]):', re.I) |
tuple | pip.download._url_drive_re = re.compile('^([a-z])[:|]', re.I) |
Copyright 2014 Google Inc. All rights reserved.