|
Server : Apache System : Linux iZ6xhqomji47p1Z 5.10.134-15.al8.x86_64 #1 SMP Thu Jul 20 00:44:04 CST 2023 x86_64 User : www ( 1000) PHP Version : 8.1.30 Disable Function : passthru,exec,system,putenv,chroot,chgrp,chown,shell_exec,popen,proc_open,pcntl_exec,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,imap_open,apache_setenv Directory : /lib64/python3.6/__pycache__/ |
3 \1 � @ s G d d� d�Z dS )c @ sZ e Zd Zddd�Zdd� Zdd� Zd d � Zdd� Zddd�Zdd� Z ddd�Z dd� ZdS )�ChunkTFc C s� dd l }d| _|| _|rd}nd}|| _|jd�| _t| j�dk rFt�y |j|d |jd��d | _ W n |j k r� t�Y nX |r�| j d | _ d| _y| jj� | _ W n ttfk r� d| _Y nX d| _d S ) N� F�>�<� �L� T)�struct�closed�align�file�read� chunkname�len�EOFErrorZunpack_from� chunksize�error� size_read�tell�offset�AttributeError�OSError�seekable)�selfr r Z bigendianZ inclheaderr Zstrflag� r �/usr/lib64/python3.6/chunk.py�__init__4 s, zChunk.__init__c C s | j S )N)r )r r r r �getnameN s z Chunk.getnamec C s | j S )N)r )r r r r �getsizeR s z Chunk.getsizec C s | j sz| j� W d d| _ X d S )NT)r �skip)r r r r �closeV s zChunk.closec C s | j rtd��dS )NzI/O operation on closed fileF)r � ValueError)r r r r �isatty] s zChunk.isattyr c C sv | j rtd��| jstd��|dkr0|| j }n|dkrB|| j }|dk sT|| jkrXt�| jj| j | d� || _d S )NzI/O operation on closed filezcannot seek� � r ) r r r r r r �RuntimeErrorr �seekr )r �pos�whencer r r r% b s z Chunk.seekc C s | j rtd��| jS )NzI/O operation on closed file)r r r )r r r r r u s z Chunk.tellr"