mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
PY-87589 Create env test for LSP server integration
GitOrigin-RevId: 7e815be16d6f132f355c72df081426b976ad538c
This commit is contained in:
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
|
||||
|
||||
Reference in New Issue
Block a user