Skip to content

Commit cadfc16

Browse files
committed
Document PyByteArrayIter_Type
1 parent 40096da commit cadfc16

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Doc/c-api/bytearray.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@ Byte Array Objects
1919
it is the same object as :class:`bytearray` in the Python layer.
2020

2121

22+
.. c:var:: PyTypeObject PyByteArrayIter_Type
23+
24+
Iterator over a :class:`bytearray` object.
25+
26+
2227
Type check macros
2328
^^^^^^^^^^^^^^^^^
2429

0 commit comments

Comments
 (0)