File: //usr/local/lib/python3.7/site-packages/pip/_vendor/rich/__pycache__/highlighter.cpython-37.pyc
B
L��gp% � @ s� d dl Z d dlmZmZ d dlmZmZ ddlmZm Z e
e
d�dd�ZG d d
� d
e�ZG dd� de�Z
G d
d� de�ZG dd� de�ZG dd� de�ZG dd� de�Zedk�r�ddlmZ e� Ze�d� e�d� e�d� e�d� e�d� e�d� e�d� e�d� e�d� e�d � e�d!� e�d"� e�d#� e�d$� e�d%� e�d&� e�d'� e�d(� e�d)� d dlZejejd*dd+�d,�dd-� dS ).� N)�ABC�abstractmethod)�List�Union� )�Span�Text)�regexes�returnc G s
d� | �S )z{Combine a number of regexes in to a single regex.
Returns:
str: New regex with all regexes ORed together.
�|)�join)r � r
�@/tmp/pip-unpacked-wheel-hv55ucu3/pip/_vendor/rich/highlighter.py�_combine_regex s r c @ s<