Файловый менеджер - Редактировать - /opt/imh-python/lib/python3.9/site-packages/IPython/utils/__pycache__/shimmodule.cpython-39.pyc
Ðазад
a o�hm � @ sv d Z ddlZddlZddlZddlZddlmZ ddlmZ G dd� de �Z G dd � d ejj�Z G d d� dej�ZdS )z%A shim module for deprecated imports � N)� import_module� )�import_itemc @ s e Zd ZdZdS )�ShimWarningzFA warning to show when a module has moved, and a shim is in its place.N)�__name__� __module__�__qualname__�__doc__� r r ��/root/rpmbuild/BUILDROOT/imh-python39-modules-3.9.7-92.el8.x86_64/opt/imh-python/lib/python3.9/site-packages/IPython/utils/shimmodule.pyr s r c @ s* e Zd ZdZdd� Zdd� Zd dd�ZdS ) �ShimImporterz�Import hook for a shim. This ensures that submodule imports return the real target module, not a clone that will confuse `is` and `isinstance` checks. c C s || _ || _d S �N��src�mirror)�selfr r r r r �__init__ s zShimImporter.__init__c C s | j |t| j�d� S )z#get the name of the mirrored moduleN)r �lenr )r �fullnamer r r �_mirror_name s zShimImporter._mirror_nameNc C s* |� | jd �r&| �|�}tj�|�S d S )N�.)� startswithr r � importlib�util� find_spec)r r �path�targetZmirror_namer r r r "