| Server IP : 35.80.110.71 / Your IP : 216.73.216.221 Web Server : Apache/2.4.58 (Ubuntu) System : Linux ip-172-31-21-44 6.17.0-1019-aws #19~24.04.1-Ubuntu SMP Tue Jun 23 18:53:06 UTC 2026 x86_64 User : ubuntu ( 1000) PHP Version : 8.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /lib/python3/dist-packages/fs/__pycache__/ |
Upload File : |
�
��ob� � �p � d Z ddlmZmZ ddlZddlmZmZ e G d� de� � Ze G d� de� � Z y) zEnums used by PyFilesystem.
� )�absolute_import�unicode_literalsN)�IntEnum�uniquec �0 � e Zd ZdZdZdZdZdZdZdZ dZ
d Zy
)�ResourceTypea
Resource Types.
Positive values are reserved, negative values are implementation
dependent.
Most filesystems will support only directory(1) and file(2). Other
types exist to identify more exotic resource types supported
by Linux filesystems.
r � � � � � � � N)�__name__�
__module__�__qualname__�__doc__�unknown� directory�file� character�block_special_file�fifo�socket�symlink� � �*/usr/lib/python3/dist-packages/fs/enums.pyr r
s2 � � � �G��I��D��I����D�
�F��Gr r c �X � e Zd ZdZej
Zej Zej Z
y)�Seekz�Constants used by `io.IOBase.seek`.
These match `os.SEEK_CUR`, `os.SEEK_END`, and `os.SEEK_SET`
from the standard library.
N)r r r r �os�SEEK_CUR�current�SEEK_END�end�SEEK_SET�setr r r r r * s$ � �� �k�k�G�
�+�+�C�
�+�+�Cr r )
r �
__future__r r r! �enumr r r r r r r �<module>r* sK ��� 9� � � ��7� � ��>