-
-
Notifications
You must be signed in to change notification settings - Fork 24
Open
Description
Currently it's possible to refer to functions, methods, classes, etc. that don't exist, using :func:`not_existing_function()`
. This is sometimes done intentionally, but other times the target is invalid because of a misspelling or because the package/module/class name is missing.
It might be helpful to detect and report these, perhaps with severity=0
.
This came up in python/cpython#92309 (comment)
JelleZijlstra
Metadata
Metadata
Assignees
Labels
No labels