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