Your IP : 216.73.216.213
B
��\. � @ sN d dl mZ d dl mZ d dl mZ d dl mZ d dl mZ G dd� d�ZdS ) � )�bases)�context)�
exceptions)�nodes)�utilc @ sN e Zd ZdZddd�Zedd� �Zdd� Zd d
� Zdd� Z d
d� Z
dd� ZdS )�CallSiteaS Class for understanding arguments passed into a call site
It needs a call context, which contains the arguments and the
keyword arguments that were passed into a given call site.
In order to infer what an argument represents, call
:meth:`infer_argument` with the corresponding function node
and the argument name.
Nc C sj |d kri }|| _ |j}|j}t� | _| �|�| _| �|�| _dd� | jD �| _ dd� | j�
� D �| _d S )Nc S s g | ]}|t jk r|�qS � )r �Uninferable)�.0�argr r �B/opt/alt/python37/lib/python3.7/site-packages/astroid/arguments.py�
<listcomp>'