a
    i‚j6  ã                   @   s0   d Z ddlZddlmZ ejG dd„ dƒƒZdS )zContainer for stat objects.é    N)ÚOptionalc                   @   sJ   e Zd ZU dZeed< eed< eed< dZee	 ed< dZ
ee	 ed< dS )Ú
StatResultzüResults of `path.stat()`.

  Attributes:
    is_directory: Whether the file is a directory
    length: Size in bytes
    mtime: Time since last modification (in sec since the epoch)
    owner: the owner of the path.
    group: the group of the path.
  Zis_directoryÚlengthÚmtimeNÚownerÚgroup)Ú__name__Ú
__module__Ú__qualname__Ú__doc__ÚboolÚ__annotations__Úintr   r   Ústrr   © r   r   úT/home/ghrups/robot-bench/.venv/lib/python3.9/site-packages/etils/epath/stat_utils.pyr      s   

r   )r   ÚdataclassesÚtypingr   Ú	dataclassr   r   r   r   r   Ú<module>   s   