Файловый менеджер - Редактировать - /home/digitalm/venv/lib/python3.7/site-packages/openpyxl/cell/__pycache__/rich_text.cpython-37.pyc
Назад
B �5�g� � @ st d Z ddlmZ ddlmZ ddlmZmZ ddlmZm Z m Z ddlmZm Z G dd� de�ZG d d � d e�ZdS )z RichText definition � )�copy)� NUMERIC_TYPES)� InlineFont�Text)�Strict�String�Typed)�Element� whitespacec @ sH e Zd ZdZeed�Ze� Zdd� Z dd� Z dd� Zd d � Zdd� Z d S )� TextBlockzv Represents text string in a specific format This class is used as part of constructing a rich text strings. )� expected_typec C s || _ || _d S )N)�font�text)�selfr r � r �M/home/digitalm-up/venv/lib/python3.7/site-packages/openpyxl/cell/rich_text.py�__init__ s zTextBlock.__init__c C s | j |j ko| j|jkS )N)r r )r �otherr r r �__eq__ s zTextBlock.__eq__c C s | j S )zJust retun the text)r )r r r r �__str__"