Skip to content
Snippets Groups Projects
Commit fbeac7c7 authored by Piotr Maślanka's avatar Piotr Maślanka
Browse files

dox

parent a4b594f3
No related branches found
No related tags found
No related merge requests found
......@@ -2,6 +2,14 @@ Heap
----
This essentially allows you to have a heap object that will pretty much
behave like the `heapq <https://docs.python.org/2/library/heapq.html>` library.
behave like the `heapq https://docs.python.org/2/library/heapq.html` library.
.. autoclass:: <satella.coding.Heap>
.. autoclass:: satella.coding.Heap
TimerHeap
---------
Timer heap is a good structure if you have many callbacks set to fire at a particular
time in the future. It bases off Heap.
.. autoclass:: satella.coding.TimerHeap
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment