Файловый менеджер - Редактировать - /opt/imh-python/lib/python3.9/site-packages/openstack/image/__pycache__/iterable_chunked_file.cpython-39.pyc
Ðазад
a u�hK � @ s G d d� d�Z dS )c @ s* e Zd ZdZddd�Zdd� Zdd � Zd S )�IterableChunkedFilez�File object chunk iterator using yield. Represents a local file as an iterable object by splitting the file into chunks. Avoids the file from being completely loaded into memory. � Fc C s || _ || _|| _d S �N)�close_after_read�file_object� chunk_size)�selfr r �close� r ��/root/rpmbuild/BUILDROOT/imh-python39-modules-3.9.7-92.el8.x86_64/opt/imh-python/lib/python3.9/site-packages/openstack/image/iterable_chunked_file.py�__init__ s zIterableChunkedFile.__init__c c sH z0| j �| j�}|sq|V qW | jrD| j �� n| jrB| j �� 0 d S r )r �readr r r )r �datar r r �__iter__ s �zIterableChunkedFile.__iter__c C s t | j�S r )�lenr )r r r r �__len__&