📁 File Manager Pro
v10.0.2 | PHP: 8.1.34
Server: LiteSpeed
2026-06-27 06:40:15
📂
/
/
opt
/
alt
/
python312
/
lib
/
python3.12
/
site-packages
/
setuptools
/
_distutils
/
__pycache__
✏️
Editing: _functools.cpython-312.pyc
� ��_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 �"