PY-87589 Create env test for LSP server integration

GitOrigin-RevId: 7e815be16d6f132f355c72df081426b976ad538c
This commit is contained in:
Andrey Vokin
2026-02-15 12:37:20 +00:00
committed by intellij-monorepo-bot
parent cfa611b041
commit 5749086d96
@@ -266,6 +266,9 @@ sealed class TypeEvalContext(
val origin: PsiFile?
get() = constraints.myOrigin
val usesExternalTypeProvider: Boolean
get() = externalTypeResolver != null
@ApiStatus.Internal
fun getContextTypeCache(): MutableMap<Pair<PyExpression?, Any?>, PyType?> {
return contextTypeCache