| Current Path : /proc/thread-self/root/lib/python3/dist-packages/cloudinit/__pycache__/ |
| Current File : //proc/thread-self/root/lib/python3/dist-packages/cloudinit/__pycache__/importer.cpython-38.pyc |
U
�Ad� � @ sv d dl Z d dlmZ d dlmZmZ eed�dd�Zd
eeee ed�dd �Z deee eee e
d
�dd�ZdS )� N)�
ModuleType)�Optional�Sequence)�module_name�returnc C s
t �| �S )N)� importlib�
import_module)r � r �4/usr/lib/python3/dist-packages/cloudinit/importer.pyr s r )r �attrsr c C s6 d}|s|S t �| �}|D ]}t||�r|d7 }q|S )Nr � )r r �hasattr)r r Zfound_attrs�mod�attrr r r
�_count_attrs s
r )� base_name�search_paths�required_attrsr c C s� |sg }g }|D ]:}g }|r,|� |�d�� |�| � d�|�}|�|� qg }|D ].}tj�|�sfqTt||�t|�krT|�|� qT||fS )zFinds specified modules�.) �extend�split�append�joinr �util� find_specr �len)r r r Zlookup_paths�pathZ real_path� full_pathZfound_pathsr r r
�find_module! s"