o
    gy                     @   sV   d Z ddlmZ edddd ddlmZmZmZ dd	lmZ	 dd
l
mZmZmZ dS )a  
.. deprecated:: 1.10

   ``sympy.core.compatibility`` is deprecated. See
   :ref:`sympy-core-compatibility`.

Reimplementations of constructs introduced in later versions of Python than
we support. Also some functions that are needed SymPy-wide and are located
here for easy import.

    )sympy_deprecation_warningac  
The sympy.core.compatibility submodule is deprecated.

This module was only ever intended for internal use. Some of the functions
that were in this module are available from the top-level SymPy namespace,
i.e.,

    from sympy import ordered, default_sort_key

The remaining were only intended for internal SymPy use and should not be used
by user code.
z1.10z#deprecated-sympy-core-compatibility)deprecated_since_versionactive_deprecations_target   )ordered_nodesdefault_sort_key)as_int)iterableis_sequenceNotIterableN)__doc__sympy.utilities.exceptionsr   sortingr   r   r   sympy.utilities.miscr	   _as_intsympy.utilities.iterablesr
   r   r    r   r   O/var/www/visachat/venv/lib/python3.10/site-packages/sympy/core/compatibility.py<module>   s    