Add "autoclass" for PriorityQueue and LifoQueue.

This commit is contained in:
A. Jesse Jiryu Davis 2015-04-09 23:50:12 -04:00
parent 054b8722e0
commit d25baa480a
1 changed files with 4 additions and 0 deletions

View File

@ -64,6 +64,8 @@
PriorityQueue
^^^^^^^^^^^^^
.. autoclass:: PriorityQueue
:members:
.. testcode::
@ -84,6 +86,8 @@
LifoQueue
^^^^^^^^^
.. autoclass:: LifoQueue
:members:
.. testcode::