Файловый менеджер - Редактировать - /opt/imh-python/lib/python3.9/site-packages/jedi/api/__pycache__/interpreter.cpython-39.pyc
Ðазад
a j�ho � @ s� d Z ddlmZ ddlmZ ddlmZmZ ddlm Z ddl mZ ddlm Z ddlmZ d d � ZG dd� d�ZG d d� de �ZG dd� de�ZG dd� de�ZdS )z? TODO Some parts of this module are still not well documented. � )�compiled)�ValueSet)�ParserTreeFilter�MergedFilter)�TreeNameDefinition)�mixed)�create_access_path)� ModuleContextc C s t �| t| |��S �N)r Zcreate_from_access_pathr )�inference_state�obj� r ��/root/rpmbuild/BUILDROOT/imh-python39-modules-3.9.7-92.el8.x86_64/opt/imh-python/lib/python3.9/site-packages/jedi/api/interpreter.py�_create s �r c @ s e Zd Zdd� ZdS )�NamespaceObjectc C s || _ d S r )�__dict__)�self�dctr r r �__init__ s zNamespaceObject.__init__N)�__name__� __module__�__qualname__r r r r r r s r c s e Zd Z� fdd�Z� ZS )� MixedTreeNamec sZ t � �� }|sV| jjD ]>}|�� D ]0}t�dd� |�| j�D ��}|r"| S q"q|S )z� In IPython notebook it is typical that some parts of the code that is provided was already executed. In that case if something is not properly inferred, it should still infer from the variables it already knows. c s s | ]}|� � V qd S r )�infer��.0�nr r r � <genexpr>$ s z&MixedTreeName.infer.<locals>.<genexpr>) �superr �parent_context�mixed_values�get_filtersr Z from_sets�getZstring_name)r �inferred�compiled_value�f�values�� __class__r r r s �zMixedTreeName.infer)r r r r � __classcell__r r r'