mirror of
https://github.com/python/cpython.git
synced 2026-01-06 07:22:09 +00:00
added description of StringTypes object
This commit is contained in:
parent
583061a10f
commit
c7ba0c4c24
1 changed files with 5 additions and 0 deletions
|
|
@ -155,3 +155,8 @@ The type of frame objects such as found in \code{tb.tb_frame} if
|
|||
The type of buffer objects created by the
|
||||
\function{buffer()}\bifuncindex{buffer} function.
|
||||
\end{datadesc}
|
||||
|
||||
\begin{datadesc}{StringTypes}
|
||||
A list containing StringType and UnicodeTypes used to facilitate easier
|
||||
checking for any string object, e.g. \code{s in types.StringTypes}.
|
||||
\end{datadesc}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue