Closed
Description
xref #27171 (comment)
An internal ._take
method was created to process a keyword argument deprecation.
Now that both ._take
and .take
have the same signature, the code within ._take
can be collapsed into the public .take
method.
Line 3322 in 527e714