mirror of
https://github.com/python/cpython.git
synced 2026-01-06 07:22:09 +00:00
Updated to reflect new types.
This commit is contained in:
parent
1453e4aa75
commit
e36894da3a
1 changed files with 8 additions and 2 deletions
|
|
@ -52,9 +52,15 @@ and methods which format specific object types.
|
|||
\begin{memberdesc}{maxdict}
|
||||
\memberline{maxlist}
|
||||
\memberline{maxtuple}
|
||||
\memberline{maxset}
|
||||
\memberline{maxfrozenset}
|
||||
\memberline{maxdeque}
|
||||
\memberline{maxarray}
|
||||
Limits on the number of entries represented for the named object
|
||||
type. The default for \member{maxdict} is \code{4}, for the others,
|
||||
\code{6}.
|
||||
type. The default is \code{4} for \member{maxdict}, \code{5} for
|
||||
\member{maxarray}, and \code{6} for the others.
|
||||
\versionadded[\member{maxset}, \member{maxfrozenset},
|
||||
and \member{set}]{2.4}.
|
||||
\end{memberdesc}
|
||||
|
||||
\begin{memberdesc}{maxlong}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue