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

+members

parent fbeac7c7
No related branches found
No related tags found
No related merge requests found
......@@ -5,6 +5,7 @@ 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.
.. autoclass:: satella.coding.Heap
:members:
TimerHeap
---------
......@@ -13,3 +14,4 @@ Timer heap is a good structure if you have many callbacks set to fire at a parti
time in the future. It bases off Heap.
.. autoclass:: satella.coding.TimerHeap
:members:
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