def pip._vendor.requests.models.RequestEncodingMixin._encode_files |
( |
|
files, |
|
|
|
data |
|
) |
| |
|
staticprivate |
Build the body for a multipart/form-data request.
Will successfully encode files when passed as a dict or a list of
2-tuples. Order is retained if data is a list of 2-tuples but arbitrary
if parameters are supplied as a dict.
def pip._vendor.requests.models.RequestEncodingMixin._encode_params |
( |
|
data | ) |
|
|
staticprivate |
Encode parameters in a piece of data.
Will successfully encode parameters when passed as a dict or a list of
2-tuples. Order is retained if data is a list of 2-tuples but arbitrary
if parameters are supplied as a dict.
def pip._vendor.requests.models.RequestEncodingMixin.path_url |
( |
|
self | ) |
|
Build the path URL to use.
The documentation for this class was generated from the following file:
- orbits/lib/python2.7/site-packages/pip/_vendor/requests/models.py
Copyright 2014 Google Inc. All rights reserved.