Add "autoclass" for PriorityQueue and LifoQueue.
This commit is contained in:
parent
054b8722e0
commit
d25baa480a
|
@ -64,6 +64,8 @@
|
|||
|
||||
PriorityQueue
|
||||
^^^^^^^^^^^^^
|
||||
.. autoclass:: PriorityQueue
|
||||
:members:
|
||||
|
||||
.. testcode::
|
||||
|
||||
|
@ -84,6 +86,8 @@
|
|||
|
||||
LifoQueue
|
||||
^^^^^^^^^
|
||||
.. autoclass:: LifoQueue
|
||||
:members:
|
||||
|
||||
.. testcode::
|
||||
|
||||
|
|
Loading…
Reference in New Issue