util.pyc
1 o 2 ��c�# � @ s6 d Z ddlZddlmZ e�d�Ze�dejejB ejB �Z e�dej 3 ejB ejB �Ze�dej�Z G dd � d e�ZG d 4 d� de�Zd2d d�Zd3dd�Zd3dd�Zd3dd�Zdd� Zdd� Zdd� Zdd� Zdd� Zi Zdd � Zd!d"� Zd4d#d$�Zd5d&d'�ZG d(d)� d)�Z d*d+� Z!d,d-� Z"d.d/� Z#G d0d1� d1e�Z$dS )6z� 5 pygments.util 6 ~~~~~~~~~~~~~ 7 8 Utility functions. 9 10 :copyright: Copyright 2006-2022 by the Pygments team, see AUTHORS. 11 :license: BSD, see LICENSE for details. 12 � N)� TextIOWrapperz[/\\ ]z� 13 <!DOCTYPE\s+( 14 [a-zA-Z_][a-zA-Z0-9]* 15 (?: \s+ # optional in HTML5 16 [a-zA-Z_][a-zA-Z0-9]*\s+ 17 "[^"]*")? 18 ) 19 [^>]*> 20 z<(.+?)(\s.*?)?>.*?</.+?>z\s*<\?xml[^>]*\?>c @ s e Zd ZdZdS )� ClassNotFoundzCRaised if one of the lookup functions didn't find a matching class.N)�__name__� 21 __module__�__qualname__�__doc__� r r ��C:\Users\Jacks.GUTTSPC\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\LocalCache\local-packages\Python310\site-packages\pygments\util.pyr s r c @ s e Zd ZdS )�OptionErrorN)r r r r r r r r 22 "