Sindbad~EG File Manager
�
Mٜg� � � � d Z ddlmZ ddlZddlZddlZddlmZ ddlm Z m
Z
mZmZm
Z
mZ ddlZddlmZ ddlmZmZmZmZmZmZmZ erddlmZ dd �Zdd
�Zdd�Zdd�Z dd
�Z!dd�Z"dd�Z#dd�Z$dd�Z%dd�Z&g d�Z'y)zn
compat
======
Cross-compatible functions for different versions of Python.
Other items:
* platform checker
� )�annotationsN)�
TYPE_CHECKING)�IS64�ISMUSL�PY310�PY311�PY312�PYPY)�is_numpy_dev)�pa_version_under10p1�pa_version_under11p0�pa_version_under13p0�pa_version_under14p0�pa_version_under14p1�pa_version_under16p0�pa_version_under17p0)�Fc �b � || _ |j � d|� �| _ |j | _ | S )z<
Bind the name/qualname attributes of the function.
�.)�__name__�__qualname__�
__module__)�f�name�clss �A/usr/local/lib/python3.12/site-packages/pandas/compat/__init__.py�set_function_namer ) s1 � � �A�J����~�Q�t�f�-�A�N��>�>�A�L��H� c �( � t j dk( S )z�
Checking if the running platform is little endian.
Returns
-------
bool
True if the running platform is little endian.
�little)�sys� byteorder� r r �is_platform_little_endianr$ 3 s � � �=�=�H�$�$r c �&