ÿØÿà JFIF ÿÛ „ ( %!1!%*+...983,7(-.-
File manager
File manager - Edit - /opt/alt/python312/lib/python3.12/site-packages/setuptools/_distutils/__pycache__/_functools.cpython-312.pyc
Back
� ��_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 �"