Файловый менеджер - Редактировать - /home/digitalm/venv/lib/python3.7/site-packages/openpyxl/descriptors/__pycache__/container.cpython-37.pyc
Назад
B �5�gy � @ s$ d Z ddlmZ G dd� de�ZdS )zz Utility list for top level containers that contain one type of element Provides the necessary API to read and write XML � )�Elementc sH e Zd Zedd� �Zedd� �Zedd� �Zdd� Z� fd d �Z � Z S )�ElementListc C s t �d S )N)�NotImplementedError)�self� r �T/home/digitalm-up/venv/lib/python3.7/site-packages/openpyxl/descriptors/container.py�tagname s zElementList.tagnamec C s t �d S )N)r )r r r r � expected_type s zElementList.expected_typec s � fdd�|D �}� |�S )Nc s g | ]}� j �|��qS r )r � from_tree)�.0�el)�clsr r � <listcomp> s z)ElementList.from_tree.<locals>.<listcomp>r )r �tree�lr )r r r s zElementList.from_treec C s* t | j�}x| D ]}|�|�� � qW |S )N)r r �append�to_tree)r � containerr r r r r s zElementList.to_treec s8 t || j�s(td| j� dt|�� d���t� �|� d S )NzValue must of type � z provided)� isinstancer � TypeError�type�superr )r �value)� __class__r r r &