OwlCyberSecurity - MANAGER
Edit File: highlighter.cpython-39.pyc
a �F�fq% � @ 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 �^/home/gouroczh/virtualenv/test/3.9/lib/python3.9/site-packages/pip/_vendor/rich/highlighter.py�_combine_regex s r c @ s<