o
    ѷ6i                  
   @   s6   d dl mZ ddededB deeeef fddZdS )	    )	GeneratorNmethodparamsreturnc                 c   s"    |du ri }| |d}|V }|S )zBuild a command iterator to send to the BiDi protocol.

    Args:
        method: The method to execute.
        params: The parameters to pass to the method. Default is None.

    Returns:
        The response from the command execution.
    N)r   r    )r   r   commandcmdr   r   j/var/www/hoanhtaovolam_webdjango/env/lib/python3.10/site-packages/selenium/webdriver/common/bidi/common.pycommand_builder   s   

r
   )N)collections.abcr   strdictr
   r   r   r   r	   <module>   s   *