📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-06-28 23:47:42
📂
/ (Root)
/
opt
/
alt
/
python312
/
lib
/
python3.12
/
site-packages
/
setuptools
/
_distutils
/
__pycache__
📍 /opt/alt/python312/lib/python3.12/site-packages/setuptools/_distutils/__pycache__
🔄 Refresh
✏️
Editing: _functools.cpython-312.pyc
Read Only
� ��_i� � � � d dl Zd dlZd� Zej d� � Zej dej j fd�� Z d� Z y)� Nc �B � � t j � � � fd�� }|S )z� Wrap func so it's not called if its first param is None >>> print_text = pass_none(print) >>> print_text('text') text >>> print_text(None) c �"