Hacked By AnonymousFox

Current Path : /opt/alt/python33/lib64/python3.3/__pycache__/
Upload File :
Current File : //opt/alt/python33/lib64/python3.3/__pycache__/bisect.cpython-33.pyo

�
��f#
c@s�dZdddd�ZeZdddd�ZeZdddd�Zdddd	�Zydd
lTWne	k
r|YnXdS(uBisection algorithms.icCs�|dkrtd��n|dkr6t|�}nxA||kry||d}|||krl|}q9|d}q9W|j||�dS(u�Insert item x in list a, and keep it sorted assuming a is sorted.

    If x is already in a, insert it to the right of the rightmost x.

    Optional args lo (default 0) and hi (default len(a)) bound the
    slice of a to be searched.
    iulo must be non-negativeiiN(u
ValueErroruNoneulenuinsert(uauxulouhiumid((u+/opt/alt/python33/lib64/python3.3/bisect.pyuinsort_rights		uinsort_rightcCs~|dkrtd��n|dkr6t|�}nxA||kry||d}|||krl|}q9|d}q9W|S(u�Return the index where to insert item x in list a, assuming a is sorted.

    The return value i is such that all e in a[:i] have e <= x, and all e in
    a[i:] have e > x.  So if x already appears in the list, a.insert(x) will
    insert just after the rightmost x already there.

    Optional args lo (default 0) and hi (default len(a)) bound the
    slice of a to be searched.
    iulo must be non-negativeiiN(u
ValueErroruNoneulen(uauxulouhiumid((u+/opt/alt/python33/lib64/python3.3/bisect.pyubisect_rights	ubisect_rightcCs�|dkrtd��n|dkr6t|�}nxA||kry||d}|||krp|d}q9|}q9W|j||�dS(u�Insert item x in list a, and keep it sorted assuming a is sorted.

    If x is already in a, insert it to the left of the leftmost x.

    Optional args lo (default 0) and hi (default len(a)) bound the
    slice of a to be searched.
    iulo must be non-negativeiiN(u
ValueErroruNoneulenuinsert(uauxulouhiumid((u+/opt/alt/python33/lib64/python3.3/bisect.pyuinsort_left/s	

uinsort_leftcCs~|dkrtd��n|dkr6t|�}nxA||kry||d}|||krp|d}q9|}q9W|S(u�Return the index where to insert item x in list a, assuming a is sorted.

    The return value i is such that all e in a[:i] have e < x, and all e in
    a[i:] have e >= x.  So if x already appears in the list, a.insert(x) will
    insert just before the leftmost x already there.

    Optional args lo (default 0) and hi (default len(a)) bound the
    slice of a to be searched.
    iulo must be non-negativeiiN(u
ValueErroruNoneulen(uauxulouhiumid((u+/opt/alt/python33/lib64/python3.3/bisect.pyubisect_leftCs

ubisect_left(u*N(
u__doc__uNoneuinsort_rightuinsortubisect_rightubisectuinsort_leftubisect_leftu_bisectuImportError(((u+/opt/alt/python33/lib64/python3.3/bisect.pyu<module>s


Hacked By AnonymousFox1.0, Coded By AnonymousFox