Skip to content

Rename the function _raise in _common #1620

Description

@rcap107

The name _raise is way too vague for a function that is used in many places as this one is. also the code that calls it is written raise _raise(...) but actually the function itself raises an exception so it should just be _raise() (or rather something clearer like _raise_dispatch_unregistered_type()

Originally posted by @jeromedockes in #1607 (comment)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions