📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-06-26 20:55:08
📂
/ (Root)
/
opt
/
alt
/
python311
/
lib
/
python3.11
/
site-packages
/
setuptools
/
__pycache__
📍 /opt/alt/python311/lib/python3.11/site-packages/setuptools/__pycache__
🔄 Refresh
✏️
Editing: glob.cpython-311.pyc
Read Only
� ,�Re � � � d Z ddlZddlZddlZg d�Zdd�Zdd�Zd� Zd� Zd � Z d � Z d� Z ej d� � Z ej d � � Zd� Zd� Zd� ZdS )z� Filename globbing utility. Mostly a copy of `glob` from Python 3.5. Changes include: * `yield from` and PEP3102 `*` removed. * Hidden files are not ignored. � N)�glob�iglob�escapeFc �>