Skip to content

CLN: Collapse private ._take implementation into the public take method #27174

Closed
@mroeschke

Description

@mroeschke

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.

def _take(self, indices, axis=0, is_copy=True):

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions