U
    L?h                     @   s$   d Z ddlmZ G dd deZdS )zThis module provides containers for python objects that are valid
printing targets but are not a subclass of SymPy's Printable.
    )Tuplec                       s(   e Zd ZdZdd Z fddZ  ZS )ListzARepresents a (frozen) (Python) list (for code printing purposes).c                 C   s$   t |tr| t| kS | j|kS d S N)
isinstancelistr   args)selfother r
   N/var/www/html/venv/lib/python3.8/site-packages/sympy/codegen/abstract_nodes.py__eq__   s    
zList.__eq__c                    s
   t   S r   )super__hash__)r   	__class__r
   r   r      s    zList.__hash__)__name__
__module____qualname____doc__r   r   __classcell__r
   r
   r   r   r   	   s   r   N)r   Zsympy.core.containersr   r   r
   r
   r
   r   <module>   s   