Skip to content

Commit 8234c5f

Browse files
committed
docs
1 parent 12a429e commit 8234c5f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Doc/library/stdtypes.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4140,6 +4140,12 @@ copying.
41404140
.. versionchanged:: 3.5
41414141
The source format is no longer restricted when casting to a byte view.
41424142

4143+
.. method:: count(value)
4144+
4145+
Count the number of occurrences of *value*.
4146+
4147+
.. versionadded:: 3.14
4148+
41434149
There are also several readonly attributes available:
41444150

41454151
.. attribute:: obj

0 commit comments

Comments
 (0)