SILENT KILLERPanel

Current Path: > > opt > alt > python27 > lib64 > python2.7 > unittest > >


Operation   : Linux premium131.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
Software     : Apache
Server IP    : 162.0.232.56 | Your IP: 216.73.216.111
Domains      : 1034 Domain(s)
Permission   : [ 0755 ]

Files and Folders in: //opt/alt/python27/lib64/python2.7/unittest//

NameTypeSizeLast ModifiedActions
test Directory - -
__init__.py File 2782 bytes January 08 2025 10:43:39.
__init__.pyc File 3050 bytes January 08 2025 10:43:39.
__init__.pyo File 3050 bytes January 08 2025 10:43:39.
__main__.py File 238 bytes January 08 2025 10:43:39.
__main__.pyc File 501 bytes January 08 2025 10:43:39.
__main__.pyo File 501 bytes January 08 2025 10:43:39.
case.py File 43984 bytes January 08 2025 10:43:39.
case.pyc File 42887 bytes January 08 2025 10:43:39.
case.pyo File 42887 bytes January 08 2025 10:43:39.
loader.py File 13497 bytes January 08 2025 10:43:39.
loader.pyc File 11662 bytes January 08 2025 10:43:39.
loader.pyo File 11522 bytes January 08 2025 10:43:39.
main.py File 9083 bytes January 08 2025 10:43:39.
main.pyc File 8113 bytes January 08 2025 10:43:39.
main.pyo File 8113 bytes January 08 2025 10:43:39.
result.py File 6308 bytes January 08 2025 10:43:39.
result.pyc File 8237 bytes January 08 2025 10:43:39.
result.pyo File 8237 bytes January 08 2025 10:43:39.
runner.py File 6533 bytes January 08 2025 10:43:39.
runner.pyc File 7904 bytes January 08 2025 10:43:39.
runner.pyo File 7904 bytes January 08 2025 10:43:39.
signals.py File 2411 bytes January 08 2025 10:43:39.
signals.pyc File 2911 bytes January 08 2025 10:43:39.
signals.pyo File 2911 bytes January 08 2025 10:43:39.
suite.py File 9809 bytes January 08 2025 10:43:39.
suite.pyc File 10993 bytes January 08 2025 10:43:39.
suite.pyo File 10993 bytes January 08 2025 10:43:39.
util.py File 4606 bytes January 08 2025 10:43:39.
util.pyc File 4622 bytes January 08 2025 10:43:39.
util.pyo File 4622 bytes January 08 2025 10:43:39.

Reading File: //opt/alt/python27/lib64/python2.7/unittest///util.pyc

�
�V~gc@s�dZddlmZmZeZdZed�Zd�Z	d�Z
ed�Zedd	�Zd
�Z
d�Zd�Zd
S(sVarious utility functions.i����(t
namedtupletOrderedDictiPcCs\yt|�}Wn tk
r2tj|�}nX|sLt|�tkrP|S|t dS(Ns [truncated]...(treprt	Exceptiontobjectt__repr__tlent_MAX_LENGTH(tobjtshorttresult((s2/opt/alt/python27/lib64/python2.7/unittest/util.pyt	safe_reprs
cCsd|j|jfS(Ns%s.%s(t
__module__t__name__(tcls((s2/opt/alt/python27/lib64/python2.7/unittest/util.pytstrclassscCshd}}g}g}xEtr]y||}||}||kr}|j|�|d7}x�|||kry|d7}q\Wn�||kr�|j|�|d7}x|||kr�|d7}q�Wn^|d7}z%x|||kr�|d7}q�WWd|d7}x|||kr |d7}qWXWqtk
rY|j||�|j||�PqXqW||fS(srFinds elements in only one or the other of two, sorted input lists.

    Returns a two-element tuple of lists.    The first list contains those
    elements in the "expected" list but not in the "actual" list, and the
    second contains those elements in the "actual" list but not in the
    "expected" list.    Duplicate elements in either input list are ignored.
    iiN(tTruetappendt
IndexErrortextend(texpectedtactualtitjtmissingt
unexpectedteta((s2/opt/alt/python27/lib64/python2.7/unittest/util.pytsorted_list_differences:
	








	cCsg}g}x�|r�|j�}y|j|�Wntk
rR|j|�nX|rxI||fD]8}yxtr�|j|�qrWWqftk
r�qfXqfWqqW|rxU|r|j�}|j|�yxtr�|j|�q�WWq�tk
rq�Xq�W||fS||fS(s�Same behavior as sorted_list_difference but
    for lists of unorderable items (like dicts).

    As it does a linear search per item (remove) it
    has O(n*n) performance.
    (tpoptremovet
ValueErrorRR(RRtignore_duplicateRRtitemtlst((s2/opt/alt/python27/lib64/python2.7/unittest/util.pytunorderable_list_difference>s4	
	
	
	

tMismatchsactual expected valuecCs�t|�t|�}}t|�t|�}}t�}g}x�t|�D]�\}}	|	|krlqNnd}
}x>t||�D]-}|||	kr�|
d7}
|||<q�q�Wx=t|�D]/\}}
|
|	kr�|d7}|||<q�q�W|
|krNt|
||	�}|j|�qNqNWx�t|�D]�\}}	|	|krTq6nd}x>t||�D]-}|||	krj|d7}|||<qjqjWtd||	�}|j|�q6W|S(sHReturns list of (cnt_act, cnt_exp, elem) triples where the counts differii(tlistRRt	enumeratetranget	_MismatchR(RRtstttmtntNULLR
Rtelemtcnt_stcnt_tRt
other_elemtdiff((s2/opt/alt/python27/lib64/python2.7/unittest/util.pyt_count_diff_all_purposeds<	



cCs8t�}x(|D] }|j|d�d||<qW|S(s@Return dict of element counts, in the order they were first seenii(Rtget(titerabletcR.((s2/opt/alt/python27/lib64/python2.7/unittest/util.pyt_ordered_count�s	
c	Cs�t|�t|�}}g}xZ|j�D]L\}}|j|d�}||kr,t|||�}|j|�q,q,WxH|j�D]:\}}||kr�td||�}|j|�q�q�W|S(sHReturns list of (cnt_act, cnt_exp, elem) triples where the counts differi(R7titemsR4R(R(	RRR)R*R
R.R/R0R2((s2/opt/alt/python27/lib64/python2.7/unittest/util.pyt_count_diff_hashable�sN(t__doc__tcollectionsRRRt
__unittestRtFalseRRRR#R(R3R7R9(((s2/opt/alt/python27/lib64/python2.7/unittest/util.pyt<module>s
		)$	#	

SILENT KILLER Tool