![]() |
Qucs-S S-parameter Viewer & RF Synthesis Tools
|
Classes | |
| class | HTTPRangeRequestUnsupported |
| class | LazyZipOverHTTP |
Functions | |
| BaseDistribution | dist_from_wheel_url (str name, str url, PipSession session) |
Lazy ZIP over HTTP
| BaseDistribution pip._internal.network.lazy_wheel.dist_from_wheel_url | ( | str | name, |
| str | url, | ||
| PipSession | session | ||
| ) |
Return a distribution object from the given wheel URL. This uses HTTP range requests to only fetch the portion of the wheel containing metadata, just enough for the object to be constructed. If such requests are not supported, HTTPRangeRequestUnsupported is raised.