Uranium
Application Framework
|
Classes | |
class | SortedKeyList |
class | SortedList |
Functions | |
Callable | _make_cmp (Callable[[Any, Any], bool] seq_op, str symbol, str doc) |
def | recursive_repr (fillvalue='...') |
def | identity (value) |
Variables | |
try : | |
else : | |
SortedKeyList | SortedListWithKey = SortedKeyList |
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`