|
Server : Apache System : Linux server.mata-lashes.com 3.10.0-1160.90.1.el7.x86_64 #1 SMP Thu May 4 15:21:22 UTC 2023 x86_64 User : matalashes ( 1004) PHP Version : 8.1.29 Disable Function : NONE Directory : /usr/local/lib/python3.6/site-packages/urllib3/__pycache__/ |
Upload File : |
3
G�Kd� � @ s� d dl mZ d dlZd dlZd dlZd dlmZ ddlmZ ddl m
Z
ddlmZ ej
d�d Zd
d� Zdd
� Zdd� Zddd�ZdS )� )�absolute_importN)�BytesIO� )�RequestField)�six)�bzutf-8� c C s$ t jtjd��} tjs | jd�} | S )zN
Our embarrassingly-simple replacement for mimetools.choose_boundary.
� �ascii)�binascii�hexlify�os�urandomr �PY2�decode)�boundary� r �3/tmp/pip-build-8nxjc3nm/urllib3/urllib3/filepost.py�choose_boundary s
r c c sN t | t�rtj| �}nt| �}x*|D ]"}t |t�r:|V q$tj|� V q$W dS )z�
Iterate over fields.
Supports list of (k, v) tuples and dicts, and lists of
:class:`~urllib3.fields.RequestField`.
N)�
isinstance�dictr � iteritems�iterr �from_tuples)�fields�i�fieldr r r �iter_field_objects s
r c C s, t | t�rdd� tj| �D �S dd� | D �S )a-
.. deprecated:: 1.6
Iterate over fields.
The addition of :class:`~urllib3.fields.RequestField` makes this function
obsolete. Instead, use :func:`iter_field_objects`, which returns
:class:`~urllib3.fields.RequestField` objects.
Supports list of (k, v) tuples and dicts.
c s s | ]\}}||fV qd S )Nr )�.0�k�vr r r � <genexpr>: s ziter_fields.<locals>.<genexpr>c s s | ]\}}||fV qd S )Nr )r r r r r r r! <