U
    `>                     @   sZ   d dl Z d dlZd dlZd dlZd dlmZ dd Zdd Zdd Z	dddZ
dd ZdS )    N)supportc                 C   s   t | d }t|d\} }t| d\}} t|d\}}g }|rN|d|  |r`|d|  | r|rx|d|   n|d| |d    |sd| S |d d	 }d
|S )Ng     @@i  <   z%s hourz%s minz%s secz%.1f secz%s ms    )mathZceildivmodappendjoin)ZsecondsZmsZminutesZhoursparts r   ,/usr/lib/python3.8/test/libregrtest/utils.pyformat_duration   s"    r   c                 C   s>   | sd S t | D ](\}}tj|\}}|dkr|| |< qd S )Nz.py)	enumerateospathsplitext)namesidxnamebasenameZextr   r   r   removepy!   s    r   c                 C   s$   | dkrd| |f S d| |f S d S )N   z%d %sz%d %ssr   )nZwordr   r   r   count*   s    r   F      c                 C   s:   d| }t tjddd t| D |||d|d dS )zPrint the elements of iterable x to stdout.

    Optional arg width (default 70) is the maximum line length.
    Optional arg indent (default 4) is the number of blanks with which to
    begin each line.
    r   c                 s   s   | ]}t |V  qd S N)str).0Zeltr   r   r   	<genexpr>;   s     zprintlist.<locals>.<genexpr>)Zinitial_indentZsubsequent_indent)fileN)printtextwrapZfillr	   sorted)xwidthindentr    Zblanksr   r   r   	printlist1   s     r'   c                 C   s   t |  d S r   )r   print_warning)msgr   r   r   r(   @   s    r(   )r   r   N)r   os.pathr   sysr"   Ztestr   r   r   r   r'   r(   r   r   r   r   <module>   s   	
