Dashboard
PHP:
8.3.33
OS:
Linux
User:
proje374
/
/
usr
/
local
/
lib64
/
python3.9
/
site-packages
/
numpy
/
compat
/
__pycache__
📤 Upload
📝 New File
📁 New Folder
Close
Editing: py3k.cpython-39.pyc
a C!�i� � @ s� d Z g d�ZddlZddlZddlmZ ddlZzddlZW n e yV ddlZY n0 e Ze fZe Ze ZeZdd� Zdd� Zd d � Zdd� Zddd�Zdd� ZdZdd� Zdd� Zdd� Zdd� ZG dd� d�Zd dd�ZejZej Z!dS )!a� Python 3.X compatibility tools. While this file was originally intended for Python 2 -> 3 transition, it is now used to create a compatibility layer between different minor versions of Python 3. While the active version of numpy may not support a given version of python, we allow downstream libraries to continue to use these shims for forward compatibility with numpy while they transition their code to newer versions of Python. )�bytes�asbytes� isfileobj�getexception�strchar�unicode� asunicode�asbytes_nested�asunicode_nested�asstr�open_latin1�long� basestring�sixu� integer_types�is_pathlib_path�npy_load_module�Path�pickle�contextlib_nullcontext� os_fspath�os_PathLike� N)r c C s t | t�r| �d�S t| �S �N�latin1�� isinstancer �decode�str��s� r �=/usr/local/lib64/python3.9/site-packages/numpy/compat/py3k.pyr "