Skip to content

Commit 035be8a

Browse files
committed
Add state documentation
1 parent abd2e28 commit 035be8a

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

docs/source/API/state.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
state
2+
=====
3+
4+
.. automodule:: state
5+
6+
.. autoclass:: StateIterator
7+
:members: __init__, at, finished, __next__, __len__
8+
9+
.. autoclass:: State
10+
:members: __init__, __contains__, __iter__, __getitem__

0 commit comments

Comments
 (0)