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)
The name
_raiseis way too vague for a function that is used in many places as this one is. also the code that calls it is writtenraise _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)