← Back
Editing: newbytes.cpython-38.pyc
U ,�]�? � @ s� d Z ddlmZ ddlZddlZddlmZmZmZm Z m Z ddlmZm Z ddlmZ erjddlmZ nddlmZ eZe r�eZG dd � d e�Zd d� ZG dd � d e ee��Zd gZdS )z� Pure-Python implementation of a Python 3-like bytes object for Python 2. Why do this? Without it, the Python 2 bytes object is a very, very different beast to the Python 3 bytes object. � )�IntegralN)�istext�isbytes�PY2�PY3�with_metaclass)�no�issubset)� newobject)�Iterablec @ s e Zd Zdd� ZdS )�BaseNewBytesc C s"