Uranium
Application Framework
UM.SortedList Namespace Reference

Classes

class  SortedKeyList
 
class  SortedList
 END Python 2/3 Shims. More...
 

Functions

def recursive_repr (fillvalue='...')
 
def identity (value)
 

Variables

 SortedListWithKey = SortedKeyList
 

Detailed Description

Sorted List
==============

:doc:`Sorted Containers<index>` is an Apache2 licensed Python sorted
collections library, written in pure-Python, and fast as C-extensions. The
:doc:`introduction<introduction>` is the best way to get started.

Sorted list implementations:

.. currentmodule:: sortedcontainers

* :class:`SortedList`
* :class:`SortedKeyList`