Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a65d58 commit f73b4b0Copy full SHA for f73b4b0
1 file changed
Doc/lib/libstdtypes.tex
@@ -1146,6 +1146,9 @@ \subsubsection{Mutable Sequence Types \label{typesseq-mutable}}
1146
because \var{cmp} is called multiple times for each list element while
1147
\var{key} and \var{reverse} touch each element only once.
1148
1149
+ \note{If both \var{key} and \var{cmp} are supplied the \var{key}
1150
+ function is applied before the \var{cmp} function.}
1151
+
1152
\versionchanged[Support for \code{None} as an equivalent to omitting
1153
\var{cmp} was added]{2.3}
1154
0 commit comments