Файловый менеджер - Редактировать - /home/digitalm/venv/lib/python3.7/site-packages/openpyxl/packaging/__pycache__/relationship.cpython-37.pyc
Назад
B �5�g� � @ s� d dl Z d dlmZ d dlmZmZmZ d dlmZ d dl m Z d dlmZm Z d dlmZmZ G dd � d e�ZG d d� de �Zdd � Zdd� Zddd�ZdS )� N)�warn)�String�Alias�Sequence)�Serialisable)�ElementList)�REL_NS� PKG_REL_NS)�Element� fromstringc @ sN e Zd ZdZd Ze� Ze� Zed�Z edd�Z edd�Zed�Zd dd�Z dS ) �Relationshipz'Represents many kinds of relationships.�TargetT)� allow_none�IdNc C s0 |dk rd� t|�}|| _|| _|| _|| _dS )z� `type` can be used as a shorthand with the default relationships namespace otherwise the `Type` must be a fully qualified URL Nz{0}/{1})�formatr �Typer � TargetModer )�selfr r �typer r � r �U/home/digitalm-up/venv/lib/python3.7/site-packages/openpyxl/packaging/relationship.py�__init__"