관리-도구
편집 파일: _pick.cpython-38.pyc
U ʗRe� � @ s$ d dl mZ ee ed�dd�ZdS )� )�Optional)�values�returnc G s. | st d��| D ]}|dk r| S qt|�S )z�Pick the first non-none bool or return the last value. Args: *values (bool): Any number of boolean or None values. Returns: bool: First non-none boolean. z1 or more values requiredN)�AssertionError�bool)r �value� r ��/builddir/build/BUILDROOT/alt-python38-pip-22.2.1-2.el8.x86_64/opt/alt/python38/lib/python3.8/site-packages/pip/_vendor/rich/_pick.py� pick_bool s r N)�typingr r r r r r r �<module> s