OwlCyberSecurity - MANAGER
Edit File: XbmImagePlugin.cpython-38.pyc
U g� ^� � @ s� d dl Z ddlmZmZ e �d�Zdd� ZG dd� dej�Zd d � Ze� ej ee� e�ej e� e�ej d� e� ej d� dS ) � N� )�Image� ImageFiles� \s*#define[ \t]+.*_width[ \t]+(?P<width>[0-9]+)[\r\n]+#define[ ]+.*_height[ ]+(?P<height>[0-9]+)[ ]+(?P<hotspot>#define[ ]+[^_]*_x_hot[ ]+(?P<xhot>[0-9]+)[ ]+#define[ ]+[^_]*_y_hot[ ]+(?P<yhot>[0-9]+)[ ]+)?[\000-\377]*_bits\[\]c C s | � � d d� dkS )N� s #define)�lstrip)�prefix� r �4/usr/lib/python3/dist-packages/PIL/XbmImagePlugin.py�_accept&