Skip to content

Improve config lookups when you know exactly what key you want #5147

Closed
@jtratner

Description

@jtratner

Right now sometimes getting config options iterates over a list filtering on regular expressions, which seems like overdoing it when internal code knows exactly what it wants. Makes sense to add getitem and set item to bypass the checks (and then add an update method to set up everything).

7aa7880f#diff-1e746a348e7db9596f3d053134d00e74R515

Metadata

Metadata

Assignees

No one assigned

    Labels

    API DesignInternalsRelated to non-user accessible pandas implementation

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions