Your IP : 216.73.216.213
B
�d{T!
� @ s� d Z dZddlZddlZddlZddlmZ ddlmZ ej dk rPe
Zdd� Znd d
� Zdd� Zej d dkrxd
d� Z
nejZ
ej dk r�ddlmZ eZeZeZn ddlmZmZmZ ddlmZ ddlmZ ed�e�Zed�e�ZdS )a Wrappers around some builtins introduced in python 2.3, 2.4 and
2.5, making them available in for earlier versions of python.
See another compatibility snippets from other projects:
:mod:`lib2to3.fixes`
:mod:`coverage.backward`
:mod:`unittest2.compatibility`
zrestructuredtext en� N)�warn)�builtins)� r c C s t | t�r| �|�S t| �S )N)�
isinstance�unicode�encode�str)�string�encoding� r �F/opt/alt/python37/lib/python3.7/site-packages/logilab/common/compat.py�
str_encode* s
r
c C s
t �| �S )N)r r )r r r r �str_to_bytes/ s r c C s t | �S )N)r )r r
r r r r
3 s r c C s t �| |�S )N)�types�
MethodType)�callable�instance�klassr r r �method_type8 s r )�StringIO)�FileIO�BytesIOr )�reload)�
deprecatedzuse builtin "any"zuse builtin "all")�__doc__�
__docformat__�os�sysr �warningsr Z six.movesr �version_infor r r
r r Z cStringIOr �filer r r �io�impZlogilab.common.deprecationr �any�allr r r r �<module> s0