OwlCyberSecurity - MANAGER
Edit File: _pick.cpython-39.pyc
a �F�f� � @ s$ d dl mZ ee ed�dd�ZdS )� )�Optional)�values�returnc G s. | sJ d��| D ]}|dur| 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)�bool)r �value� r �X/home/gouroczh/virtualenv/test/3.9/lib/python3.9/site-packages/pip/_vendor/rich/_pick.py� pick_bool s r N)�typingr r r r r r r �<module> s