PY-24637 Use non-resolvable built-in constants check for doctest and Jupyter references
Since the switch to the builtins from Typeshed we no longer have the definitions for True, False, None for PY2. We have to ignore these references via null highlighting severity as we do in the base method for PyReferenceImpl.
Showing
+14 -2