PATH:
opt
/
cloudlinux
/
venv
/
lib
/
python3.11
/
site-packages
/
pyfakefs
/
tests
/
__pycache__
� �|oi�w � � � d Z ddlZddlZddlZddlZddlZddlZddlmZm Z m Z ddlmZ d� Z d� Z G d� dej � � Zd � Zed k r ej � � dS dS )zETest that FakeFilesystem calls work identically to a real filesystem.� N)�fake_filesystem�fake_os� fake_open)�skip_if_symlink_not_supportedc �p � t | t � � r | � dt j � � S | S )zBConverts slashes in the path to the architecture's path separator.�/)� isinstance�str�replace�os�sep��paths �}/builddir/build/BUILD/cloudlinux-venv-1.0.10/venv/lib/python3.11/site-packages/pyfakefs/tests/fake_filesystem_vs_real_test.pyr r s/ � ��$���� )��|�|�C���(�(�(��K� c �<